Searched refs:hw_bd_cons (Results 1 – 1 of 1) sorted by relevance
438 u16 hw_bd_cons; in qlnx_num_tx_compl() local441 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() local2815 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() local6697 hw_bd_cons = le16toh(*txq->hw_cons_ptr); in qlnx_drain_txq()6699 while (hw_bd_cons != in qlnx_drain_txq()[all …]