Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_spq.c451 qed_chain_free(p_hwfn->cdev, &p_hwfn->p_eq->chain); in qed_eq_free()
572 qed_chain_free(p_hwfn->cdev, &p_spq->chain); in qed_spq_alloc()
593 qed_chain_free(p_hwfn->cdev, &p_spq->chain); in qed_spq_free()
987 qed_chain_free(p_hwfn->cdev, &p_hwfn->p_consq->chain); in qed_consq_free()
Dqed_dev_api.h329 void qed_chain_free(struct qed_dev *cdev, struct qed_chain *p_chain);
Dqed_iscsi.c809 qed_chain_free(p_hwfn->cdev, &p_conn->uhq); in qed_iscsi_allocate_connection()
811 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq); in qed_iscsi_allocate_connection()
879 qed_chain_free(p_hwfn->cdev, &p_conn->xhq); in qed_iscsi_free_connection()
880 qed_chain_free(p_hwfn->cdev, &p_conn->uhq); in qed_iscsi_free_connection()
881 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq); in qed_iscsi_free_connection()
Dqed_ll2.c2000 qed_chain_free(p_hwfn->cdev, &p_ll2_conn->tx_queue.txq_chain); in qed_ll2_release_connection()
2003 qed_chain_free(p_hwfn->cdev, &p_ll2_conn->rx_queue.rxq_chain); in qed_ll2_release_connection()
2004 qed_chain_free(p_hwfn->cdev, &p_ll2_conn->rx_queue.rcq_chain); in qed_ll2_release_connection()
Dqed_dev.c3320 void qed_chain_free(struct qed_dev *cdev, struct qed_chain *p_chain) in qed_chain_free() function
3519 qed_chain_free(cdev, p_chain); in qed_chain_alloc()
Dqed_main.c2161 .chain_free = &qed_chain_free,