Searched refs:tx_pbl (Results 1 – 2 of 2) sorted by relevance
442 ecore_cons_idx = ecore_chain_get_cons_idx(&txq->tx_pbl); in qlnx_num_tx_compl()2893 ecore_chain_get_prod_idx(&txq->tx_pbl), in qlnx_free_tx_pkt()2894 ecore_chain_get_cons_idx(&txq->tx_pbl), in qlnx_free_tx_pkt()2897 ecore_chain_get_elem_left(&txq->tx_pbl)); in qlnx_free_tx_pkt()2918 first_bd = (struct eth_tx_1st_bd *)ecore_chain_consume(&txq->tx_pbl); in qlnx_free_tx_pkt()2924 /* tx_data_bd = */ ecore_chain_consume(&txq->tx_pbl); in qlnx_free_tx_pkt()2946 (ecore_cons_idx = ecore_chain_get_cons_idx(&txq->tx_pbl))) { in qlnx_tx_int()2961 ecore_chain_get_prod_idx(&txq->tx_pbl), in qlnx_tx_int()2962 ecore_chain_get_cons_idx(&txq->tx_pbl), in qlnx_tx_int()2965 ecore_chain_get_elem_left(&txq->tx_pbl)); in qlnx_tx_int()[all …]
153 struct ecore_chain tx_pbl; member