Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/
A Dqed_ll2.c390 qed_chain_consume(&p_tx->txq_chain); in qed_ll2_txq_completion()
918 qed_chain_consume(&p_tx->txq_chain); in qed_ll2_lb_txq_completion()
1061 qed_chain_get_pbl_phys(&p_tx->txq_chain)); in qed_sp_ll2_tx_queue_start()
1062 pbl_size = qed_chain_get_page_cnt(&p_tx->txq_chain); in qed_sp_ll2_tx_queue_start()
1240 rc = qed_chain_alloc(p_hwfn->cdev, &p_ll2_info->tx_queue.txq_chain, in qed_ll2_acquire_connection_tx()
1599 qed_chain_reset(&p_tx->txq_chain); in qed_ll2_establish_connection()
1604 capacity = qed_chain_get_capacity(&p_tx->txq_chain); in qed_ll2_establish_connection()
1859 struct qed_chain *p_tx_chain = &p_ll2->tx_queue.txq_chain; in qed_ll2_prepare_tx_packet_set_bd()
1968 bd_prod = qed_chain_get_prod_idx(&p_ll2_conn->tx_queue.txq_chain); in qed_ll2_tx_packet_notify()
2011 p_tx_chain = &p_tx->txq_chain; in qed_ll2_prepare_tx_packet()
[all …]
A Dqed_ll2.h81 struct qed_chain txq_chain; member

Completed in 8 milliseconds