Home
last modified time | relevance | path

Searched refs:ofld_req1 (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/scsi/bnx2i/
Dbnx2i_hwi.c789 struct iscsi_kwqe_conn_offload1 ofld_req1; in bnx2i_570x_send_conn_ofld_req() local
796 ofld_req1.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN1; in bnx2i_570x_send_conn_ofld_req()
797 ofld_req1.hdr.flags = in bnx2i_570x_send_conn_ofld_req()
800 ofld_req1.iscsi_conn_id = (u16) ep->ep_iscsi_cid; in bnx2i_570x_send_conn_ofld_req()
803 ofld_req1.sq_page_table_addr_lo = (u32) dma_addr; in bnx2i_570x_send_conn_ofld_req()
804 ofld_req1.sq_page_table_addr_hi = (u32) ((u64) dma_addr >> 32); in bnx2i_570x_send_conn_ofld_req()
807 ofld_req1.cq_page_table_addr_lo = (u32) dma_addr; in bnx2i_570x_send_conn_ofld_req()
808 ofld_req1.cq_page_table_addr_hi = (u32) ((u64) dma_addr >> 32); in bnx2i_570x_send_conn_ofld_req()
827 kwqe_arr[0] = (struct kwqe *) &ofld_req1; in bnx2i_570x_send_conn_ofld_req()
849 struct iscsi_kwqe_conn_offload1 ofld_req1; in bnx2i_5771x_send_conn_ofld_req() local
[all …]
/Linux-v6.6/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c179 struct fcoe_kwqe_conn_offload1 ofld_req1; in bnx2fc_send_session_ofld_req() local
191 memset(&ofld_req1, 0x00, sizeof(struct fcoe_kwqe_conn_offload1)); in bnx2fc_send_session_ofld_req()
193 ofld_req1.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN1; in bnx2fc_send_session_ofld_req()
194 ofld_req1.hdr.flags = in bnx2fc_send_session_ofld_req()
199 ofld_req1.fcoe_conn_id = conn_id; in bnx2fc_send_session_ofld_req()
202 ofld_req1.sq_addr_lo = (u32) tgt->sq_dma; in bnx2fc_send_session_ofld_req()
203 ofld_req1.sq_addr_hi = (u32)((u64) tgt->sq_dma >> 32); in bnx2fc_send_session_ofld_req()
205 ofld_req1.rq_pbl_addr_lo = (u32) tgt->rq_pbl_dma; in bnx2fc_send_session_ofld_req()
206 ofld_req1.rq_pbl_addr_hi = (u32)((u64) tgt->rq_pbl_dma >> 32); in bnx2fc_send_session_ofld_req()
208 ofld_req1.rq_first_pbe_addr_lo = (u32) tgt->rq_dma; in bnx2fc_send_session_ofld_req()
[all …]