Searched refs:hw_cons (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/bce/ |
H A D | if_bce.c | 6379 u16 hw_cons; in bce_get_hw_rx_cons() local 6382 hw_cons = sc->status_block->status_rx_quick_consumer_index0; in bce_get_hw_rx_cons() 6383 if ((hw_cons & USABLE_RX_BD_PER_PAGE) == USABLE_RX_BD_PER_PAGE) in bce_get_hw_rx_cons() 6384 hw_cons++; in bce_get_hw_rx_cons() 6386 return hw_cons; in bce_get_hw_rx_cons() 6749 u16 hw_cons; in bce_get_hw_tx_cons() local 6752 hw_cons = sc->status_block->status_tx_quick_consumer_index0; in bce_get_hw_tx_cons() 6753 if ((hw_cons & USABLE_TX_BD_PER_PAGE) == USABLE_TX_BD_PER_PAGE) in bce_get_hw_tx_cons() 6754 hw_cons++; in bce_get_hw_tx_cons() 6756 return hw_cons; in bce_get_hw_tx_cons()
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 2641 uint16_t hw_cons; in bxe_tx_queue_has_work() local 2644 hw_cons = le16toh(*fp->tx_cons_sb); in bxe_tx_queue_has_work() 2645 return (hw_cons != fp->tx_pkt_cons); in bxe_tx_queue_has_work() 3480 uint16_t bd_cons, hw_cons, sw_cons, pkt_cons; in bxe_txeof() local 3486 hw_cons = le16toh(*fp->tx_cons_sb); in bxe_txeof() 3489 while (sw_cons != hw_cons) { in bxe_txeof() 3494 fp->index, hw_cons, sw_cons, pkt_cons); in bxe_txeof() 3506 fp->index, hw_cons, fp->tx_pkt_cons, fp->tx_pkt_prod); in bxe_txeof() 8448 uint16_t hw_cons, sw_cons, sw_prod; in bxe_eq_int() local 8458 hw_cons = le16toh(*sc->eq_cons_sb); in bxe_eq_int() [all …]
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_verbs.c | 4764 u16 hw_cons, in process_req() argument 4773 while (num_entries && qp->sq.wqe_cons != hw_cons) { in process_req() 5070 u16 hw_cons) in process_resp_flush() argument 5077 while (num_entries && qp->rq.wqe_cons != hw_cons) { in process_resp_flush()
|