Lines Matching defs:hw_cons
4531 uint16_t hw_cons, sw_cons, sw_chain_cons;
4549 hw_cons = sc->hw_rx_cons = sblk->status_rx_quick_consumer_index0;
4550 if ((hw_cons & USABLE_RX_BD_PER_PAGE) == USABLE_RX_BD_PER_PAGE)
4551 hw_cons++;
4575 while (sw_cons != hw_cons) {
4618 "hw_cons 0x%x "
4622 hw_cons,
4792 /* Refresh hw_cons to see if there's new work */
4793 if (sw_cons == hw_cons) {
4794 hw_cons = sc->hw_rx_cons =
4796 if ((hw_cons & USABLE_RX_BD_PER_PAGE) ==
4798 hw_cons++;
4917 /* Refresh hw_cons to see if there's new work. */