Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c437 u16 hw_bd_cons; in qlnx_num_tx_compl() local
440 hw_bd_cons = le16toh(*txq->hw_cons_ptr); in qlnx_num_tx_compl()
444 return (hw_bd_cons - ecore_cons_idx); in qlnx_num_tx_compl()
2938 u16 hw_bd_cons; in qlnx_tx_int() local
2943 hw_bd_cons = le16toh(*txq->hw_cons_ptr); in qlnx_tx_int()
2945 while (hw_bd_cons != in qlnx_tx_int()
2947 diff = hw_bd_cons - ecore_cons_idx; in qlnx_tx_int()
6819 uint16_t hw_bd_cons; in qlnx_drain_txq() local
6824 hw_bd_cons = le16toh(*txq->hw_cons_ptr); in qlnx_drain_txq()
6826 while (hw_bd_cons != in qlnx_drain_txq()
[all …]