HomeSort by: relevance | last modified time | path
    Searched defs:hw_cons (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_bnx.c 4531 uint16_t hw_cons, sw_cons, sw_chain_cons; local in function:bnx_rx_intr
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
    [all...]

Completed in 41 milliseconds