txq_chain         387 drivers/net/ethernet/qlogic/qed/qed_ll2.c 			qed_chain_consume(&p_tx->txq_chain);
txq_chain         902 drivers/net/ethernet/qlogic/qed/qed_ll2.c 		qed_chain_consume(&p_tx->txq_chain);
txq_chain        1042 drivers/net/ethernet/qlogic/qed/qed_ll2.c 		       qed_chain_get_pbl_phys(&p_tx->txq_chain));
txq_chain        1043 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	pbl_size = qed_chain_get_page_cnt(&p_tx->txq_chain);
txq_chain        1218 drivers/net/ethernet/qlogic/qed/qed_ll2.c 			     &p_ll2_info->tx_queue.txq_chain, NULL);
txq_chain        1222 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	capacity = qed_chain_get_capacity(&p_ll2_info->tx_queue.txq_chain);
txq_chain        1516 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	qed_chain_reset(&p_tx->txq_chain);
txq_chain        1521 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	capacity = qed_chain_get_capacity(&p_tx->txq_chain);
txq_chain        1712 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	struct qed_chain *p_tx_chain = &p_ll2->tx_queue.txq_chain;
txq_chain        1818 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	bd_prod = qed_chain_get_prod_idx(&p_ll2_conn->tx_queue.txq_chain);
txq_chain        1861 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	p_tx_chain = &p_tx->txq_chain;
txq_chain        2023 drivers/net/ethernet/qlogic/qed/qed_ll2.c 	qed_chain_free(p_hwfn->cdev, &p_ll2_conn->tx_queue.txq_chain);
txq_chain          94 drivers/net/ethernet/qlogic/qed/qed_ll2.h 	struct qed_chain txq_chain;