Searched refs:itmf (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/snic/
H A Dsnic_res.h40 req->u.itmf.tm_type = tm_type;
41 req->u.itmf.flags = cpu_to_le16(flags);
43 req->u.itmf.req_id = cpu_to_le32(req_id);
44 req->u.itmf.tgt_id = cpu_to_le64(tgt_id);
45 memcpy(&req->u.itmf.lun_id, lun, LUN_ADDR_LEN);
H A Dsnic_fwint.h69 SNIC_STAT_ITMF_REJECT, /* itmf req was rejected by target */
70 SNIC_STAT_ITMF_FAIL, /* itmf req was failed */
71 SNIC_STAT_ITMF_INCORRECT_LUN, /* itmf req has incorrect LUN id*/
322 * used for sending the host a response for a itmf request
432 struct snic_itmf itmf; member in union:snic_host_req::__anon1162
/linux-master/drivers/scsi/fnic/
H A Dfnic_res.h125 desc->u.itmf.lunmap_id = lunmap_id; /* index into lunmap table */
126 desc->u.itmf.tm_req = tm_req; /* SCSI Task Management request */
127 desc->u.itmf.t_tag = tm_id; /* tag of fcpio to be aborted */
128 desc->u.itmf._resvd = 0;
129 memcpy(desc->u.itmf.lun, lun, LUN_ADDRESS); /* LUN address */
130 desc->u.itmf._resvd1 = 0;
131 hton24(desc->u.itmf.d_id, d_id); /* FC vNIC only: Target D_ID */
132 desc->u.itmf.r_a_tov = r_a_tov; /* FC vNIC only: R_A_TOV in msec */
133 desc->u.itmf.e_d_tov = e_d_tov; /* FC vNIC only: E_D_TOV in msec */
H A Dfcpio.h95 FCPIO_ITMF_REJECTED, /* itmf req was rejected by remote node */
96 FCPIO_ITMF_FAILED, /* itmf req was failed by remote node */
97 FCPIO_ITMF_INCORRECT_LUN, /* itmf req targeted incorrect LUN */
463 struct fcpio_itmf itmf; member in union:fcpio_host_req::__anon743
507 * used for sending the host a response for a itmf request

Completed in 253 milliseconds