Lines Matching refs:ofld_req1
179 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()
209 ofld_req1.rq_first_pbe_addr_hi = in bnx2fc_send_session_ofld_req()
212 ofld_req1.rq_prod = 0x8000; in bnx2fc_send_session_ofld_req()
339 kwqe_arr[0] = (struct kwqe *) &ofld_req1; in bnx2fc_send_session_ofld_req()