Searched refs:qed_chain_free (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_spq.c | 451 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()
|
D | qed_dev_api.h | 329 void qed_chain_free(struct qed_dev *cdev, struct qed_chain *p_chain);
|
D | qed_iscsi.c | 809 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()
|
D | qed_ll2.c | 2000 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()
|
D | qed_dev.c | 3320 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()
|
D | qed_main.c | 2161 .chain_free = &qed_chain_free,
|