Home
last modified time | relevance | path

Searched refs:sw_prod (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/bxe/
Dbxe.c8516 uint16_t hw_cons, sw_cons, sw_prod; in bxe_eq_int() local
8543 sw_prod = sc->eq_prod; in bxe_eq_int()
8550 sw_prod = NEXT_EQ_IDX(sw_prod), sw_cons = NEXT_EQ_IDX(sw_cons)) { in bxe_eq_int()
8677 sc->eq_prod = sw_prod; in bxe_eq_int()