Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_nvmetcp.c509 qed_chain_free(p_hwfn->cdev, &p_conn->uhq); in qed_nvmetcp_allocate_connection()
511 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq); in qed_nvmetcp_allocate_connection()
561 qed_chain_free(p_hwfn->cdev, &p_conn->xhq); in qed_nvmetcp_free_connection()
562 qed_chain_free(p_hwfn->cdev, &p_conn->uhq); in qed_nvmetcp_free_connection()
563 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq); in qed_nvmetcp_free_connection()
H A Dqed_chain.c138 void qed_chain_free(struct qed_dev *cdev, struct qed_chain *chain) in qed_chain_free() function
368 qed_chain_free(cdev, chain); in qed_chain_alloc()
H A Dqed_spq.c443 qed_chain_free(p_hwfn->cdev, &p_hwfn->p_eq->chain); in qed_eq_free()
593 qed_chain_free(cdev, &p_spq->chain); in qed_spq_alloc()
622 qed_chain_free(p_hwfn->cdev, &p_spq->chain); in qed_spq_free()
1047 qed_chain_free(p_hwfn->cdev, &p_hwfn->p_consq->chain); in qed_consq_free()
H A Dqed_dev_api.h292 void qed_chain_free(struct qed_dev *cdev, struct qed_chain *chain);
H A Dqed_iscsi.c760 qed_chain_free(p_hwfn->cdev, &p_conn->uhq); in qed_iscsi_allocate_connection()
762 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq); in qed_iscsi_allocate_connection()
830 qed_chain_free(p_hwfn->cdev, &p_conn->xhq); in qed_iscsi_free_connection()
831 qed_chain_free(p_hwfn->cdev, &p_conn->uhq); in qed_iscsi_free_connection()
832 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq); in qed_iscsi_free_connection()
H A Dqed_ll2.c2182 qed_chain_free(p_hwfn->cdev, &p_ll2_conn->tx_queue.txq_chain); in qed_ll2_release_connection()
2185 qed_chain_free(p_hwfn->cdev, &p_ll2_conn->rx_queue.rxq_chain); in qed_ll2_release_connection()
2186 qed_chain_free(p_hwfn->cdev, &p_ll2_conn->rx_queue.rcq_chain); in qed_ll2_release_connection()
H A Dqed_main.c3060 .chain_free = &qed_chain_free,