Lines Matching refs:ofld_req1
178 struct fcoe_kwqe_conn_offload1 ofld_req1; in bnx2fc_send_session_ofld_req() local
190 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()
208 ofld_req1.rq_first_pbe_addr_hi = in bnx2fc_send_session_ofld_req()
211 ofld_req1.rq_prod = 0x8000; in bnx2fc_send_session_ofld_req()
338 kwqe_arr[0] = (struct kwqe *) &ofld_req1; in bnx2fc_send_session_ofld_req()