• Home
  • Raw
  • Download

Lines Matching refs:u

96 	desc->hdr.tag.u.req_id = req_id; /* id for this request */  in fnic_queue_wq_copy_desc_icmnd_16()
98 desc->u.icmnd_16.lunmap_id = lunmap_id; /* index into lunmap table */ in fnic_queue_wq_copy_desc_icmnd_16()
99 desc->u.icmnd_16.special_req_flags = spl_flags; /* exch req flags */ in fnic_queue_wq_copy_desc_icmnd_16()
100 desc->u.icmnd_16._resvd0[0] = 0; /* reserved */ in fnic_queue_wq_copy_desc_icmnd_16()
101 desc->u.icmnd_16._resvd0[1] = 0; /* reserved */ in fnic_queue_wq_copy_desc_icmnd_16()
102 desc->u.icmnd_16._resvd0[2] = 0; /* reserved */ in fnic_queue_wq_copy_desc_icmnd_16()
103 desc->u.icmnd_16.sgl_cnt = sgl_cnt; /* scatter-gather list count */ in fnic_queue_wq_copy_desc_icmnd_16()
104 desc->u.icmnd_16.sense_len = sense_len; /* sense buffer length */ in fnic_queue_wq_copy_desc_icmnd_16()
105 desc->u.icmnd_16.sgl_addr = sgl_addr; /* scatter-gather list addr */ in fnic_queue_wq_copy_desc_icmnd_16()
106 desc->u.icmnd_16.sense_addr = sns_addr; /* sense buffer address */ in fnic_queue_wq_copy_desc_icmnd_16()
107 desc->u.icmnd_16.crn = crn; /* SCSI Command Reference No.*/ in fnic_queue_wq_copy_desc_icmnd_16()
108 desc->u.icmnd_16.pri_ta = pri_ta; /* SCSI Pri & Task attribute */ in fnic_queue_wq_copy_desc_icmnd_16()
109 desc->u.icmnd_16._resvd1 = 0; /* reserved: should be 0 */ in fnic_queue_wq_copy_desc_icmnd_16()
110 desc->u.icmnd_16.flags = flags; /* command flags */ in fnic_queue_wq_copy_desc_icmnd_16()
111 memset(desc->u.icmnd_16.scsi_cdb, 0, CDB_16); in fnic_queue_wq_copy_desc_icmnd_16()
112 memcpy(desc->u.icmnd_16.scsi_cdb, scsi_cdb, cdb_len); /* SCSI CDB */ in fnic_queue_wq_copy_desc_icmnd_16()
113 desc->u.icmnd_16.data_len = data_len; /* length of data expected */ in fnic_queue_wq_copy_desc_icmnd_16()
114 memcpy(desc->u.icmnd_16.lun, lun, LUN_ADDRESS); /* LUN address */ in fnic_queue_wq_copy_desc_icmnd_16()
115 desc->u.icmnd_16._resvd2 = 0; /* reserved */ in fnic_queue_wq_copy_desc_icmnd_16()
116 hton24(desc->u.icmnd_16.d_id, d_id); /* FC vNIC only: Target D_ID */ in fnic_queue_wq_copy_desc_icmnd_16()
117 desc->u.icmnd_16.mss = mss; /* FC vNIC only: max burst */ in fnic_queue_wq_copy_desc_icmnd_16()
118 desc->u.icmnd_16.r_a_tov = ratov; /*FC vNIC only: Res. Alloc Timeout */ in fnic_queue_wq_copy_desc_icmnd_16()
119 desc->u.icmnd_16.e_d_tov = edtov; /*FC vNIC only: Err Detect Timeout */ in fnic_queue_wq_copy_desc_icmnd_16()
135 desc->hdr.tag.u.req_id = req_id; /* id for this request */ in fnic_queue_wq_copy_desc_itmf()
137 desc->u.itmf.lunmap_id = lunmap_id; /* index into lunmap table */ in fnic_queue_wq_copy_desc_itmf()
138 desc->u.itmf.tm_req = tm_req; /* SCSI Task Management request */ in fnic_queue_wq_copy_desc_itmf()
139 desc->u.itmf.t_tag = tm_id; /* tag of fcpio to be aborted */ in fnic_queue_wq_copy_desc_itmf()
140 desc->u.itmf._resvd = 0; in fnic_queue_wq_copy_desc_itmf()
141 memcpy(desc->u.itmf.lun, lun, LUN_ADDRESS); /* LUN address */ in fnic_queue_wq_copy_desc_itmf()
142 desc->u.itmf._resvd1 = 0; in fnic_queue_wq_copy_desc_itmf()
143 hton24(desc->u.itmf.d_id, d_id); /* FC vNIC only: Target D_ID */ in fnic_queue_wq_copy_desc_itmf()
144 desc->u.itmf.r_a_tov = r_a_tov; /* FC vNIC only: R_A_TOV in msec */ in fnic_queue_wq_copy_desc_itmf()
145 desc->u.itmf.e_d_tov = e_d_tov; /* FC vNIC only: E_D_TOV in msec */ in fnic_queue_wq_copy_desc_itmf()
159 desc->hdr.tag.u.req_id = req_id; /* id for this request */ in fnic_queue_wq_copy_desc_flogi_reg()
161 desc->u.flogi_reg.format = format; in fnic_queue_wq_copy_desc_flogi_reg()
162 desc->u.flogi_reg._resvd = 0; in fnic_queue_wq_copy_desc_flogi_reg()
163 hton24(desc->u.flogi_reg.s_id, s_id); in fnic_queue_wq_copy_desc_flogi_reg()
164 memcpy(desc->u.flogi_reg.gateway_mac, gw_mac, ETH_ALEN); in fnic_queue_wq_copy_desc_flogi_reg()
179 desc->hdr.tag.u.req_id = req_id; /* id for this request */ in fnic_queue_wq_copy_desc_fip_reg()
181 desc->u.flogi_fip_reg._resvd0 = 0; in fnic_queue_wq_copy_desc_fip_reg()
182 hton24(desc->u.flogi_fip_reg.s_id, s_id); in fnic_queue_wq_copy_desc_fip_reg()
183 memcpy(desc->u.flogi_fip_reg.fcf_mac, fcf_mac, ETH_ALEN); in fnic_queue_wq_copy_desc_fip_reg()
184 desc->u.flogi_fip_reg._resvd1 = 0; in fnic_queue_wq_copy_desc_fip_reg()
185 desc->u.flogi_fip_reg.r_a_tov = r_a_tov; in fnic_queue_wq_copy_desc_fip_reg()
186 desc->u.flogi_fip_reg.e_d_tov = e_d_tov; in fnic_queue_wq_copy_desc_fip_reg()
187 memcpy(desc->u.flogi_fip_reg.ha_mac, ha_mac, ETH_ALEN); in fnic_queue_wq_copy_desc_fip_reg()
188 desc->u.flogi_fip_reg._resvd2 = 0; in fnic_queue_wq_copy_desc_fip_reg()
201 desc->hdr.tag.u.req_id = req_id; /* id for this request */ in fnic_queue_wq_copy_desc_fw_reset()
215 desc->hdr.tag.u.req_id = req_id; /* id for this request */ in fnic_queue_wq_copy_desc_lunmap()
217 desc->u.lunmap_req.addr = lunmap_addr; /* address of the buffer */ in fnic_queue_wq_copy_desc_lunmap()
218 desc->u.lunmap_req.len = lunmap_len; /* len of the buffer */ in fnic_queue_wq_copy_desc_lunmap()