Lines Matching refs:icmnd_16
86 desc->u.icmnd_16.lunmap_id = lunmap_id; /* index into lunmap table */ in fnic_queue_wq_copy_desc_icmnd_16()
87 desc->u.icmnd_16.special_req_flags = spl_flags; /* exch req flags */ in fnic_queue_wq_copy_desc_icmnd_16()
88 desc->u.icmnd_16._resvd0[0] = 0; /* reserved */ in fnic_queue_wq_copy_desc_icmnd_16()
89 desc->u.icmnd_16._resvd0[1] = 0; /* reserved */ in fnic_queue_wq_copy_desc_icmnd_16()
90 desc->u.icmnd_16._resvd0[2] = 0; /* reserved */ in fnic_queue_wq_copy_desc_icmnd_16()
91 desc->u.icmnd_16.sgl_cnt = sgl_cnt; /* scatter-gather list count */ in fnic_queue_wq_copy_desc_icmnd_16()
92 desc->u.icmnd_16.sense_len = sense_len; /* sense buffer length */ in fnic_queue_wq_copy_desc_icmnd_16()
93 desc->u.icmnd_16.sgl_addr = sgl_addr; /* scatter-gather list addr */ in fnic_queue_wq_copy_desc_icmnd_16()
94 desc->u.icmnd_16.sense_addr = sns_addr; /* sense buffer address */ in fnic_queue_wq_copy_desc_icmnd_16()
95 desc->u.icmnd_16.crn = crn; /* SCSI Command Reference No.*/ in fnic_queue_wq_copy_desc_icmnd_16()
96 desc->u.icmnd_16.pri_ta = pri_ta; /* SCSI Pri & Task attribute */ in fnic_queue_wq_copy_desc_icmnd_16()
97 desc->u.icmnd_16._resvd1 = 0; /* reserved: should be 0 */ in fnic_queue_wq_copy_desc_icmnd_16()
98 desc->u.icmnd_16.flags = flags; /* command flags */ in fnic_queue_wq_copy_desc_icmnd_16()
99 memset(desc->u.icmnd_16.scsi_cdb, 0, CDB_16); in fnic_queue_wq_copy_desc_icmnd_16()
100 memcpy(desc->u.icmnd_16.scsi_cdb, scsi_cdb, cdb_len); /* SCSI CDB */ in fnic_queue_wq_copy_desc_icmnd_16()
101 desc->u.icmnd_16.data_len = data_len; /* length of data expected */ in fnic_queue_wq_copy_desc_icmnd_16()
102 memcpy(desc->u.icmnd_16.lun, lun, LUN_ADDRESS); /* LUN address */ in fnic_queue_wq_copy_desc_icmnd_16()
103 desc->u.icmnd_16._resvd2 = 0; /* reserved */ in fnic_queue_wq_copy_desc_icmnd_16()
104 hton24(desc->u.icmnd_16.d_id, d_id); /* FC vNIC only: Target D_ID */ in fnic_queue_wq_copy_desc_icmnd_16()
105 desc->u.icmnd_16.mss = mss; /* FC vNIC only: max burst */ in fnic_queue_wq_copy_desc_icmnd_16()
106 desc->u.icmnd_16.r_a_tov = ratov; /*FC vNIC only: Res. Alloc Timeout */ in fnic_queue_wq_copy_desc_icmnd_16()
107 desc->u.icmnd_16.e_d_tov = edtov; /*FC vNIC only: Err Detect Timeout */ in fnic_queue_wq_copy_desc_icmnd_16()