Lines Matching refs:hdr

93 	desc->hdr.type = FCPIO_ICMND_16; /* enum fcpio_type */  in fnic_queue_wq_copy_desc_icmnd_16()
94 desc->hdr.status = 0; /* header status entry */ in fnic_queue_wq_copy_desc_icmnd_16()
95 desc->hdr._resvd = 0; /* reserved */ in fnic_queue_wq_copy_desc_icmnd_16()
96 desc->hdr.tag.u.req_id = req_id; /* id for this request */ in fnic_queue_wq_copy_desc_icmnd_16()
132 desc->hdr.type = FCPIO_ITMF; /* enum fcpio_type */ in fnic_queue_wq_copy_desc_itmf()
133 desc->hdr.status = 0; /* header status entry */ in fnic_queue_wq_copy_desc_itmf()
134 desc->hdr._resvd = 0; /* reserved */ in fnic_queue_wq_copy_desc_itmf()
135 desc->hdr.tag.u.req_id = req_id; /* id for this request */ in fnic_queue_wq_copy_desc_itmf()
156 desc->hdr.type = FCPIO_FLOGI_REG; /* enum fcpio_type */ in fnic_queue_wq_copy_desc_flogi_reg()
157 desc->hdr.status = 0; /* header status entry */ in fnic_queue_wq_copy_desc_flogi_reg()
158 desc->hdr._resvd = 0; /* reserved */ in fnic_queue_wq_copy_desc_flogi_reg()
159 desc->hdr.tag.u.req_id = req_id; /* id for this request */ in fnic_queue_wq_copy_desc_flogi_reg()
176 desc->hdr.type = FCPIO_FLOGI_FIP_REG; /* enum fcpio_type */ in fnic_queue_wq_copy_desc_fip_reg()
177 desc->hdr.status = 0; /* header status entry */ in fnic_queue_wq_copy_desc_fip_reg()
178 desc->hdr._resvd = 0; /* reserved */ in fnic_queue_wq_copy_desc_fip_reg()
179 desc->hdr.tag.u.req_id = req_id; /* id for this request */ in fnic_queue_wq_copy_desc_fip_reg()
198 desc->hdr.type = FCPIO_RESET; /* enum fcpio_type */ in fnic_queue_wq_copy_desc_fw_reset()
199 desc->hdr.status = 0; /* header status entry */ in fnic_queue_wq_copy_desc_fw_reset()
200 desc->hdr._resvd = 0; /* reserved */ in fnic_queue_wq_copy_desc_fw_reset()
201 desc->hdr.tag.u.req_id = req_id; /* id for this request */ in fnic_queue_wq_copy_desc_fw_reset()
212 desc->hdr.type = FCPIO_LUNMAP_REQ; /* enum fcpio_type */ in fnic_queue_wq_copy_desc_lunmap()
213 desc->hdr.status = 0; /* header status entry */ in fnic_queue_wq_copy_desc_lunmap()
214 desc->hdr._resvd = 0; /* reserved */ in fnic_queue_wq_copy_desc_lunmap()
215 desc->hdr.tag.u.req_id = req_id; /* id for this request */ in fnic_queue_wq_copy_desc_lunmap()