Searched refs:txq_chain (Results 1 – 2 of 2) sorted by relevance
261 ecore_chain_consume(&p_tx->txq_chain); in ecore_ll2_txq_completion()801 ecore_chain_consume(&p_tx->txq_chain); in ecore_ll2_lb_txq_completion()931 ecore_chain_get_pbl_phys(&p_tx->txq_chain)); in ecore_sp_ll2_tx_queue_start()932 pbl_size = (u16)ecore_chain_get_page_cnt(&p_tx->txq_chain); in ecore_sp_ll2_tx_queue_start()1116 &p_ll2_info->tx_queue.txq_chain, OSAL_NULL); in ecore_ll2_acquire_connection_tx()1120 capacity = ecore_chain_get_capacity(&p_ll2_info->tx_queue.txq_chain); in ecore_ll2_acquire_connection_tx()1441 ecore_chain_reset(&p_tx->txq_chain); in ecore_ll2_establish_connection()1446 capacity = ecore_chain_get_capacity(&p_tx->txq_chain); in ecore_ll2_establish_connection()1661 struct ecore_chain *p_tx_chain = &p_ll2->tx_queue.txq_chain; in ecore_ll2_prepare_tx_packet_set_bd()1763 bd_prod = ecore_chain_get_prod_idx(&p_ll2_conn->tx_queue.txq_chain); in ecore_ll2_tx_packet_notify()[all …]
92 struct ecore_chain txq_chain; member