Searched refs:r2tq (Results 1 – 3 of 3) sorted by relevance
52 struct qed_chain r2tq; member309 r2tq_pbl_addr = qed_chain_get_pbl_phys(&p_conn->r2tq); in qed_sp_iscsi_conn_offload()667 if (!p_conn->r2tq.p_virt_addr) in qed_iscsi_setup_connection()669 qed_chain_pbl_zero_mem(&p_conn->r2tq); in qed_iscsi_setup_connection()738 rc = qed_chain_alloc(p_hwfn->cdev, &p_conn->r2tq, ¶ms); in qed_iscsi_allocate_connection()763 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq); in qed_iscsi_allocate_connection()833 qed_chain_free(p_hwfn->cdev, &p_conn->r2tq); in qed_iscsi_free_connection()
1787 ictx->ustorm_st_context.ring.r2tq.pbl_base.lo = in cnic_setup_bnx2x_ctx()1789 ictx->ustorm_st_context.ring.r2tq.pbl_base.hi = in cnic_setup_bnx2x_ctx()1791 ictx->ustorm_st_context.ring.r2tq.curr_pbe.lo = in cnic_setup_bnx2x_ctx()1793 ictx->ustorm_st_context.ring.r2tq.curr_pbe.hi = in cnic_setup_bnx2x_ctx()
3892 struct ustorm_iscsi_r2tq_db r2tq; member