Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_spq.c446 qed_chain_free(p_hwfn->cdev, &p_hwfn->p_eq->chain); in qed_eq_free()
589 qed_chain_free(p_hwfn->cdev, &p_spq->chain); in qed_spq_alloc()
616 qed_chain_free(p_hwfn->cdev, &p_spq->chain); in qed_spq_free()
1028 qed_chain_free(p_hwfn->cdev, &p_hwfn->p_consq->chain); in qed_consq_free()
Dqed_dev_api.h335 void qed_chain_free(struct qed_dev *cdev, struct qed_chain *p_chain);
Dqed_iscsi.c810 qed_chain_free(p_hwfn->cdev, &p_conn->uhq); in qed_iscsi_allocate_connection()
812 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq); in qed_iscsi_allocate_connection()
880 qed_chain_free(p_hwfn->cdev, &p_conn->xhq); in qed_iscsi_free_connection()
881 qed_chain_free(p_hwfn->cdev, &p_conn->uhq); in qed_iscsi_free_connection()
882 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq); in qed_iscsi_free_connection()
Dqed_ll2.c2023 qed_chain_free(p_hwfn->cdev, &p_ll2_conn->tx_queue.txq_chain); in qed_ll2_release_connection()
2026 qed_chain_free(p_hwfn->cdev, &p_ll2_conn->rx_queue.rxq_chain); in qed_ll2_release_connection()
2027 qed_chain_free(p_hwfn->cdev, &p_ll2_conn->rx_queue.rcq_chain); in qed_ll2_release_connection()
Dqed_dev.c4685 void qed_chain_free(struct qed_dev *cdev, struct qed_chain *p_chain) in qed_chain_free() function
4884 qed_chain_free(cdev, p_chain); in qed_chain_alloc()
Dqed_main.c2685 .chain_free = &qed_chain_free,