Searched refs:tx_pbl (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c482 ecore_cons_idx = ecore_chain_get_cons_idx(&txq->tx_pbl);
2989 ecore_chain_get_prod_idx(&txq->tx_pbl),
2990 ecore_chain_get_cons_idx(&txq->tx_pbl),
2993 ecore_chain_get_elem_left(&txq->tx_pbl));
3015 first_bd = (struct eth_tx_1st_bd *)ecore_chain_consume(&txq->tx_pbl);
3021 tx_data_bd = ecore_chain_consume(&txq->tx_pbl);
3043 (ecore_cons_idx = ecore_chain_get_cons_idx(&txq->tx_pbl))) {
3064 ecore_chain_get_prod_idx(&txq->tx_pbl),
3065 ecore_chain_get_cons_idx(&txq->tx_pbl),
3068 ecore_chain_get_elem_left(&txq->tx_pbl));
[all...]
H A Dqlnx_def.h161 struct ecore_chain tx_pbl; member in struct:qlnx_tx_queue

Completed in 129 milliseconds