Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dbnx2.c2366 u16 hw_cons; in bnx2_transmit() local
2371 hw_cons = bp->status_blk->status_tx_quick_consumer_index0; in bnx2_transmit()
2372 if ((hw_cons & MAX_TX_DESC_CNT) == MAX_TX_DESC_CNT) { in bnx2_transmit()
2373 hw_cons++; in bnx2_transmit()
2376 while((hw_cons != prod) && (hw_cons != (PREV_TX_BD(prod)))) { in bnx2_transmit()
2496 u16 hw_cons, sw_cons, sw_ring_cons, sw_prod, sw_ring_prod; in bnx2_poll() local
2522 hw_cons = bp->hw_rx_cons = bp->status_blk->status_rx_quick_consumer_index0; in bnx2_poll()
2523 if ((hw_cons & MAX_RX_DESC_CNT) == MAX_RX_DESC_CNT) { in bnx2_poll()
2524 hw_cons++; in bnx2_poll()
2530 if (sw_cons != hw_cons) { in bnx2_poll()