Home
last modified time | relevance | path

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

/src/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c438 u16 hw_bd_cons; in qlnx_num_tx_compl() local
441 hw_bd_cons = le16toh(*txq->hw_cons_ptr); in qlnx_num_tx_compl()
445 return (hw_bd_cons - ecore_cons_idx); in qlnx_num_tx_compl()
2810 u16 hw_bd_cons; in qlnx_tx_int() local
2815 hw_bd_cons = le16toh(*txq->hw_cons_ptr); in qlnx_tx_int()
2817 while (hw_bd_cons != in qlnx_tx_int()
2819 diff = hw_bd_cons - ecore_cons_idx; in qlnx_tx_int()
6692 uint16_t hw_bd_cons; in qlnx_drain_txq() local
6697 hw_bd_cons = le16toh(*txq->hw_cons_ptr); in qlnx_drain_txq()
6699 while (hw_bd_cons != in qlnx_drain_txq()
[all …]