Home
last modified time | relevance | path

Searched refs:itmf (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/fnic/
Dfnic_res.h137 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()
Dfcpio.h475 struct fcpio_itmf itmf; member