Home
last modified time | relevance | path

Searched refs:r2tq (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_nvmetcp.h51 struct qed_chain r2tq; member
H A Dqed_iscsi.c53 struct qed_chain r2tq; member
310 r2tq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->r2tq); in qed_sp_iscsi_conn_offload()
666 if (!p_conn->r2tq.p_virt_addr) in qed_iscsi_setup_connection()
668 qed_chain_pbl_zero_mem(&p_conn->r2tq); in qed_iscsi_setup_connection()
737 rc = qed_chain_alloc(p_hwfn->cdev, &p_conn->r2tq, &params); in qed_iscsi_allocate_connection()
762 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq); in qed_iscsi_allocate_connection()
832 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq); in qed_iscsi_free_connection()
H A Dqed_nvmetcp.c306 r2tq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->r2tq); in qed_sp_nvmetcp_conn_offload()
487 rc = qed_chain_alloc(p_hwfn->cdev, &p_conn->r2tq, &params); in qed_nvmetcp_allocate_connection()
511 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq); in qed_nvmetcp_allocate_connection()
563 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq); in qed_nvmetcp_free_connection()
/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c1794 ictx->ustorm_st_context.ring.r2tq.pbl_base.lo = in cnic_setup_bnx2x_ctx()
1796 ictx->ustorm_st_context.ring.r2tq.pbl_base.hi = in cnic_setup_bnx2x_ctx()
1798 ictx->ustorm_st_context.ring.r2tq.curr_pbe.lo = in cnic_setup_bnx2x_ctx()
1800 ictx->ustorm_st_context.ring.r2tq.curr_pbe.hi = in cnic_setup_bnx2x_ctx()
H A Dcnic_defs.h3892 struct ustorm_iscsi_r2tq_db r2tq; member