Searched refs:ecore_cons_idx (Results 1 – 1 of 1) sorted by relevance
468 u16 ecore_cons_idx; in qlnx_num_tx_compl() local473 ecore_cons_idx = ecore_chain_get_cons_idx(&txq->tx_pbl); in qlnx_num_tx_compl()474 if (hw_bd_cons < ecore_cons_idx) { in qlnx_num_tx_compl()475 diff = (1 << 16) - (ecore_cons_idx - hw_bd_cons); in qlnx_num_tx_compl()477 diff = hw_bd_cons - ecore_cons_idx; in qlnx_num_tx_compl()2975 u16 ecore_cons_idx; in qlnx_tx_int() local2982 (ecore_cons_idx = ecore_chain_get_cons_idx(&txq->tx_pbl))) { in qlnx_tx_int()2983 if (hw_bd_cons < ecore_cons_idx) { in qlnx_tx_int()2984 diff = (1 << 16) - (ecore_cons_idx - hw_bd_cons); in qlnx_tx_int()2986 diff = hw_bd_cons - ecore_cons_idx; in qlnx_tx_int()[all …]