Searched refs:uhq (Results 1 – 3 of 3) sorted by relevance
53 struct qed_chain uhq; member
55 struct qed_chain uhq; member316 uhq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->uhq); in qed_sp_iscsi_conn_offload()670 if (!p_conn->uhq.p_virt_addr) in qed_iscsi_setup_connection()672 qed_chain_pbl_zero_mem(&p_conn->uhq); in qed_iscsi_setup_connection()745 rc = qed_chain_alloc(p_hwfn->cdev, &p_conn->uhq, ¶ms); in qed_iscsi_allocate_connection()760 qed_chain_free(p_hwfn->cdev, &p_conn->uhq); in qed_iscsi_allocate_connection()831 qed_chain_free(p_hwfn->cdev, &p_conn->uhq); in qed_iscsi_free_connection()
310 uhq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->uhq); in qed_sp_nvmetcp_conn_offload()494 rc = qed_chain_alloc(p_hwfn->cdev, &p_conn->uhq, ¶ms); in qed_nvmetcp_allocate_connection()509 qed_chain_free(p_hwfn->cdev, &p_conn->uhq); in qed_nvmetcp_allocate_connection()562 qed_chain_free(p_hwfn->cdev, &p_conn->uhq); in qed_nvmetcp_free_connection()
Completed in 10 milliseconds