Searched refs:qed_chain_alloc (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/ |
D | qed_dev_api.h | 290 int qed_chain_alloc(struct qed_dev *cdev, struct qed_chain *chain,
|
D | qed_spq.c | 414 ret = qed_chain_alloc(p_hwfn->cdev, &p_eq->chain, ¶ms); in qed_eq_alloc() 570 ret = qed_chain_alloc(cdev, &p_spq->chain, ¶ms); in qed_spq_alloc() 1021 ret = qed_chain_alloc(p_hwfn->cdev, &p_consq->chain, ¶ms); in qed_consq_alloc()
|
D | qed_nvmetcp.c | 487 rc = qed_chain_alloc(p_hwfn->cdev, &p_conn->r2tq, ¶ms); in qed_nvmetcp_allocate_connection() 494 rc = qed_chain_alloc(p_hwfn->cdev, &p_conn->uhq, ¶ms); in qed_nvmetcp_allocate_connection() 499 rc = qed_chain_alloc(p_hwfn->cdev, &p_conn->xhq, ¶ms); in qed_nvmetcp_allocate_connection()
|
D | qed_chain.c | 320 int qed_chain_alloc(struct qed_dev *cdev, struct qed_chain *chain, in qed_chain_alloc() function
|
D | qed_iscsi.c | 737 rc = qed_chain_alloc(p_hwfn->cdev, &p_conn->r2tq, ¶ms); in qed_iscsi_allocate_connection() 745 rc = qed_chain_alloc(p_hwfn->cdev, &p_conn->uhq, ¶ms); in qed_iscsi_allocate_connection() 751 rc = qed_chain_alloc(p_hwfn->cdev, &p_conn->xhq, ¶ms); in qed_iscsi_allocate_connection()
|
D | qed_ll2.c | 1191 rc = qed_chain_alloc(cdev, &p_ll2_info->rx_queue.rxq_chain, ¶ms); in qed_ll2_acquire_connection_rx() 1210 rc = qed_chain_alloc(cdev, &p_ll2_info->rx_queue.rcq_chain, ¶ms); in qed_ll2_acquire_connection_rx() 1242 rc = qed_chain_alloc(p_hwfn->cdev, &p_ll2_info->tx_queue.txq_chain, in qed_ll2_acquire_connection_tx()
|
D | qed_main.c | 3060 .chain_alloc = &qed_chain_alloc,
|