Home
last modified time | relevance | path

Searched refs:xhq (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_nvmetcp.h52 struct qed_chain xhq; member
A Dqed_iscsi.c54 struct qed_chain xhq; member
313 xhq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->xhq); in qed_sp_iscsi_conn_offload()
674 if (!p_conn->xhq.p_virt_addr) in qed_iscsi_setup_connection()
676 qed_chain_pbl_zero_mem(&p_conn->xhq); in qed_iscsi_setup_connection()
751 rc = qed_chain_alloc(p_hwfn->cdev, &p_conn->xhq, &params); in qed_iscsi_allocate_connection()
830 qed_chain_free(p_hwfn->cdev, &p_conn->xhq); in qed_iscsi_free_connection()
A Dqed_nvmetcp.c308 xhq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->xhq); in qed_sp_nvmetcp_conn_offload()
499 rc = qed_chain_alloc(p_hwfn->cdev, &p_conn->xhq, &params); in qed_nvmetcp_allocate_connection()
561 qed_chain_free(p_hwfn->cdev, &p_conn->xhq); in qed_nvmetcp_free_connection()

Completed in 7 milliseconds