ofld_req3 181 drivers/scsi/bnx2fc/bnx2fc_hwi.c struct fcoe_kwqe_conn_offload3 ofld_req3; ofld_req3 233 drivers/scsi/bnx2fc/bnx2fc_hwi.c memset(&ofld_req3, 0x00, sizeof(struct fcoe_kwqe_conn_offload3)); ofld_req3 235 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.hdr.op_code = FCOE_KWQE_OPCODE_OFFLOAD_CONN3; ofld_req3 236 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.hdr.flags = ofld_req3 239 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.vlan_tag = interface->vlan_id << ofld_req3 241 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.vlan_tag |= 3 << FCOE_KWQE_CONN_OFFLOAD3_PRIORITY_SHIFT; ofld_req3 255 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.s_id[0] = (port_id & 0x000000FF); ofld_req3 256 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.s_id[1] = (port_id & 0x0000FF00) >> 8; ofld_req3 257 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.s_id[2] = (port_id & 0x00FF0000) >> 16; ofld_req3 260 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.d_id[0] = (port_id & 0x000000FF); ofld_req3 261 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.d_id[1] = (port_id & 0x0000FF00) >> 8; ofld_req3 262 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.d_id[2] = (port_id & 0x00FF0000) >> 16; ofld_req3 264 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.tx_total_conc_seqs = rdata->max_seq; ofld_req3 266 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.tx_max_conc_seqs_c3 = rdata->max_seq; ofld_req3 267 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.rx_max_fc_pay_len = lport->mfs; ofld_req3 269 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.rx_total_conc_seqs = BNX2FC_MAX_SEQS; ofld_req3 270 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.rx_max_conc_seqs_c3 = BNX2FC_MAX_SEQS; ofld_req3 271 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.rx_open_seqs_exch_c3 = 1; ofld_req3 273 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.confq_first_pbe_addr_lo = tgt->confq_dma; ofld_req3 274 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.confq_first_pbe_addr_hi = (u32)((u64) tgt->confq_dma >> 32); ofld_req3 277 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.flags = 0; ofld_req3 283 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.flags |= (((rdata->sp_features & FC_SP_FT_EDTR) ? 1 : 0) << ofld_req3 286 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.flags |= (((rdata->sp_features & FC_SP_FT_SEQC) ? 1 : 0) << ofld_req3 294 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.flags |= 1 << ofld_req3 296 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.flags |= (((rdata->flags & FC_RP_FLAGS_REC_SUPPORTED) ofld_req3 302 drivers/scsi/bnx2fc/bnx2fc_hwi.c ofld_req3.flags |= (interface->vlan_enabled << ofld_req3 341 drivers/scsi/bnx2fc/bnx2fc_hwi.c kwqe_arr[2] = (struct kwqe *) &ofld_req3; ofld_req3 850 drivers/scsi/bnx2i/bnx2i_hwi.c struct iscsi_kwqe_conn_offload3 ofld_req3[1]; ofld_req3 890 drivers/scsi/bnx2i/bnx2i_hwi.c memset(ofld_req3, 0x00, sizeof(ofld_req3[0])); ofld_req3 892 drivers/scsi/bnx2i/bnx2i_hwi.c ofld_req3[0].qp_first_pte[0].hi = *ptbl++; ofld_req3 893 drivers/scsi/bnx2i/bnx2i_hwi.c ofld_req3[0].qp_first_pte[0].lo = *ptbl; ofld_req3 895 drivers/scsi/bnx2i/bnx2i_hwi.c kwqe_arr[2] = (struct kwqe *) ofld_req3;