Searched refs:qed_chain_free (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev_api.h292 void qed_chain_free(struct qed_dev *cdev, struct qed_chain *chain);
H A Dqed_chain.c133 * qed_chain_free() - Free chain DMA memory.
138 void qed_chain_free(struct qed_dev *cdev, struct qed_chain *chain) function
368 qed_chain_free(cdev, chain);
H A Dqed_nvmetcp.c509 qed_chain_free(p_hwfn->cdev, &p_conn->uhq);
511 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq);
561 qed_chain_free(p_hwfn->cdev, &p_conn->xhq);
562 qed_chain_free(p_hwfn->cdev, &p_conn->uhq);
563 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq);
H A Dqed_spq.c443 qed_chain_free(p_hwfn->cdev, &p_hwfn->p_eq->chain);
593 qed_chain_free(cdev, &p_spq->chain);
622 qed_chain_free(p_hwfn->cdev, &p_spq->chain);
1047 qed_chain_free(p_hwfn->cdev, &p_hwfn->p_consq->chain);
H A Dqed_iscsi.c760 qed_chain_free(p_hwfn->cdev, &p_conn->uhq);
762 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq);
830 qed_chain_free(p_hwfn->cdev, &p_conn->xhq);
831 qed_chain_free(p_hwfn->cdev, &p_conn->uhq);
832 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq);
H A Dqed_ll2.c2182 qed_chain_free(p_hwfn->cdev, &p_ll2_conn->tx_queue.txq_chain);
2185 qed_chain_free(p_hwfn->cdev, &p_ll2_conn->rx_queue.rxq_chain);
2186 qed_chain_free(p_hwfn->cdev, &p_ll2_conn->rx_queue.rcq_chain);
H A Dqed_main.c3061 .chain_free = &qed_chain_free,

Completed in 142 milliseconds