Searched refs:hw_bd_cons (Results 1 – 1 of 1) sorted by relevance
437 u16 hw_bd_cons; in qlnx_num_tx_compl() local440 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() local2943 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() local6824 hw_bd_cons = le16toh(*txq->hw_cons_ptr); in qlnx_drain_txq()6826 while (hw_bd_cons != in qlnx_drain_txq()[all …]