Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_ll2.c1661 struct ecore_chain *p_tx_chain = &p_ll2->tx_queue.txq_chain; in ecore_ll2_prepare_tx_packet_set_bd() local
1662 u16 prod_idx = ecore_chain_get_prod_idx(p_tx_chain); in ecore_ll2_prepare_tx_packet_set_bd()
1686 start_bd = (struct core_tx_bd*)ecore_chain_produce(p_tx_chain); in ecore_ll2_prepare_tx_packet_set_bd()
1731 *p_bd = (struct core_tx_bd *)ecore_chain_produce(p_tx_chain); in ecore_ll2_prepare_tx_packet_set_bd()
1804 struct ecore_chain *p_tx_chain; in ecore_ll2_prepare_tx_packet() local
1812 p_tx_chain = &p_tx->txq_chain; in ecore_ll2_prepare_tx_packet()
1828 if (p_curp && ecore_chain_get_elem_left(p_tx_chain) < pkt->num_of_bds) in ecore_ll2_prepare_tx_packet()