Searched refs:r2tq (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_nvmetcp.h | 51 struct qed_chain r2tq; member
|
H A D | qed_nvmetcp.c | 306 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, ¶ms); 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()
|
H A D | qed_iscsi.c | 53 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, ¶ms); 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_iscsi.c | 52 struct qed_chain r2tq; member 309 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | cnic.c | 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()
|
H A D | cnic_defs.h | 3892 struct ustorm_iscsi_r2tq_db r2tq; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | cnic.c | 1785 ictx->ustorm_st_context.ring.r2tq.pbl_base.lo = in cnic_setup_bnx2x_ctx() 1787 ictx->ustorm_st_context.ring.r2tq.pbl_base.hi = in cnic_setup_bnx2x_ctx() 1789 ictx->ustorm_st_context.ring.r2tq.curr_pbe.lo = in cnic_setup_bnx2x_ctx() 1791 ictx->ustorm_st_context.ring.r2tq.curr_pbe.hi = in cnic_setup_bnx2x_ctx()
|
H A D | cnic_defs.h | 3892 struct ustorm_iscsi_r2tq_db r2tq; member
|
Completed in 44 milliseconds