Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bce/
H A Dif_bce.c4304 uint16_t hw_cons = *rxr->rx_hw_cons; in bce_get_hw_rx_cons() local
4306 if ((hw_cons & USABLE_RX_BD_PER_PAGE) == USABLE_RX_BD_PER_PAGE) in bce_get_hw_rx_cons()
4307 hw_cons++; in bce_get_hw_rx_cons()
4308 return hw_cons; in bce_get_hw_rx_cons()
4318 bce_rx_intr(struct bce_rx_ring *rxr, int count, uint16_t hw_cons) in bce_rx_intr() argument
4333 while (sw_cons != hw_cons) { in bce_rx_intr()
4523 uint16_t hw_cons = *txr->tx_hw_cons; in bce_get_hw_tx_cons() local
4525 if ((hw_cons & USABLE_TX_BD_PER_PAGE) == USABLE_TX_BD_PER_PAGE) in bce_get_hw_tx_cons()
4526 hw_cons++; in bce_get_hw_tx_cons()
4527 return hw_cons; in bce_get_hw_tx_cons()