Searched refs:ofld_req1 (Results 1 – 2 of 2) sorted by relevance
804 struct iscsi_kwqe_conn_offload1 ofld_req1; in bnx2i_570x_send_conn_ofld_req() local811 ofld_req1.hdr.op_code = ISCSI_KWQE_OPCODE_OFFLOAD_CONN1; in bnx2i_570x_send_conn_ofld_req()812 ofld_req1.hdr.flags = in bnx2i_570x_send_conn_ofld_req()815 ofld_req1.iscsi_conn_id = (u16) ep->ep_iscsi_cid; in bnx2i_570x_send_conn_ofld_req()818 ofld_req1.sq_page_table_addr_lo = (u32) dma_addr; in bnx2i_570x_send_conn_ofld_req()819 ofld_req1.sq_page_table_addr_hi = (u32) ((u64) dma_addr >> 32); in bnx2i_570x_send_conn_ofld_req()822 ofld_req1.cq_page_table_addr_lo = (u32) dma_addr; in bnx2i_570x_send_conn_ofld_req()823 ofld_req1.cq_page_table_addr_hi = (u32) ((u64) dma_addr >> 32); in bnx2i_570x_send_conn_ofld_req()842 kwqe_arr[0] = (struct kwqe *) &ofld_req1; in bnx2i_570x_send_conn_ofld_req()864 struct iscsi_kwqe_conn_offload1 ofld_req1; in bnx2i_5771x_send_conn_ofld_req() local[all …]
178 struct fcoe_kwqe_conn_offload1 ofld_req1; in bnx2fc_send_session_ofld_req() local190 memset(&ofld_req1, 0x00, sizeof(struct fcoe_kwqe_conn_offload1)); in bnx2fc_send_session_ofld_req()192 ofld_req1.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN1; in bnx2fc_send_session_ofld_req()193 ofld_req1.hdr.flags = in bnx2fc_send_session_ofld_req()198 ofld_req1.fcoe_conn_id = conn_id; in bnx2fc_send_session_ofld_req()201 ofld_req1.sq_addr_lo = (u32) tgt->sq_dma; in bnx2fc_send_session_ofld_req()202 ofld_req1.sq_addr_hi = (u32)((u64) tgt->sq_dma >> 32); in bnx2fc_send_session_ofld_req()204 ofld_req1.rq_pbl_addr_lo = (u32) tgt->rq_pbl_dma; in bnx2fc_send_session_ofld_req()205 ofld_req1.rq_pbl_addr_hi = (u32)((u64) tgt->rq_pbl_dma >> 32); in bnx2fc_send_session_ofld_req()207 ofld_req1.rq_first_pbe_addr_lo = (u32) tgt->rq_dma; in bnx2fc_send_session_ofld_req()[all …]