Searched refs:qed_chain_free (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
D | qed_spq.c | 446 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()
|
D | qed_dev_api.h | 335 void qed_chain_free(struct qed_dev *cdev, struct qed_chain *p_chain);
|
D | qed_iscsi.c | 810 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()
|
D | qed_ll2.c | 2023 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()
|
D | qed_dev.c | 4685 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()
|
D | qed_main.c | 2685 .chain_free = &qed_chain_free,
|