Searched refs:txq_chain (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c393 qed_chain_consume(&p_tx->txq_chain);
920 qed_chain_consume(&p_tx->txq_chain);
1063 qed_chain_get_pbl_phys(&p_tx->txq_chain));
1064 pbl_size = qed_chain_get_page_cnt(&p_tx->txq_chain);
1242 rc = qed_chain_alloc(p_hwfn->cdev, &p_ll2_info->tx_queue.txq_chain,
1247 capacity = qed_chain_get_capacity(&p_ll2_info->tx_queue.txq_chain);
1601 qed_chain_reset(&p_tx->txq_chain);
1606 capacity = qed_chain_get_capacity(&p_tx->txq_chain);
1861 struct qed_chain *p_tx_chain = &p_ll2->tx_queue.txq_chain;
1970 bd_prod = qed_chain_get_prod_idx(&p_ll2_conn->tx_queue.txq_chain);
[all...]
H A Dqed_ll2.h81 struct qed_chain txq_chain; member in struct:qed_ll2_tx_queue

Completed in 147 milliseconds