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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c1664 struct ecore_chain *p_tx_chain = &p_ll2->tx_queue.txq_chain; local
1665 u16 prod_idx = ecore_chain_get_prod_idx(p_tx_chain);
1689 start_bd = (struct core_tx_bd*)ecore_chain_produce(p_tx_chain);
1734 *p_bd = (struct core_tx_bd *)ecore_chain_produce(p_tx_chain);
1807 struct ecore_chain *p_tx_chain; local
1815 p_tx_chain = &p_tx->txq_chain;
1831 if (p_curp && ecore_chain_get_elem_left(p_tx_chain) < pkt->num_of_bds)

Completed in 171 milliseconds