Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/fnic/
H A 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()
H A Dfcpio.h107 FCPIO_ITMF_REJECTED, /* itmf req was rejected by remote node */
108 FCPIO_ITMF_FAILED, /* itmf req was failed by remote node */
109 FCPIO_ITMF_INCORRECT_LUN, /* itmf req targeted incorrect LUN */
475 struct fcpio_itmf itmf; member
519 * used for sending the host a response for a itmf request
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H A Dfnic_res.h125 desc->u.itmf.lunmap_id = lunmap_id; /* index into lunmap table */ in fnic_queue_wq_copy_desc_itmf()
126 desc->u.itmf.tm_req = tm_req; /* SCSI Task Management request */ in fnic_queue_wq_copy_desc_itmf()
127 desc->u.itmf.t_tag = tm_id; /* tag of fcpio to be aborted */ in fnic_queue_wq_copy_desc_itmf()
128 desc->u.itmf._resvd = 0; in fnic_queue_wq_copy_desc_itmf()
129 memcpy(desc->u.itmf.lun, lun, LUN_ADDRESS); /* LUN address */ in fnic_queue_wq_copy_desc_itmf()
130 desc->u.itmf._resvd1 = 0; in fnic_queue_wq_copy_desc_itmf()
131 hton24(desc->u.itmf.d_id, d_id); /* FC vNIC only: Target D_ID */ in fnic_queue_wq_copy_desc_itmf()
132 desc->u.itmf.r_a_tov = r_a_tov; /* FC vNIC only: R_A_TOV in msec */ in fnic_queue_wq_copy_desc_itmf()
133 desc->u.itmf.e_d_tov = e_d_tov; /* FC vNIC only: E_D_TOV in msec */ in fnic_queue_wq_copy_desc_itmf()
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
507 * used for sending the host a response for a itmf request
/kernel/linux/linux-5.10/drivers/scsi/snic/
H A Dsnic_res.h54 req->u.itmf.tm_type = tm_type; in snic_itmf_init()
55 req->u.itmf.flags = cpu_to_le16(flags); in snic_itmf_init()
57 req->u.itmf.req_id = cpu_to_le32(req_id); in snic_itmf_init()
58 req->u.itmf.tgt_id = cpu_to_le64(tgt_id); in snic_itmf_init()
59 memcpy(&req->u.itmf.lun_id, lun, LUN_ADDR_LEN); in snic_itmf_init()
H A Dsnic_fwint.h83 SNIC_STAT_ITMF_REJECT, /* itmf req was rejected by target */
84 SNIC_STAT_ITMF_FAIL, /* itmf req was failed */
85 SNIC_STAT_ITMF_INCORRECT_LUN, /* itmf req has incorrect LUN id*/
336 * used for sending the host a response for a itmf request
446 struct snic_itmf itmf; member
/kernel/linux/linux-6.6/drivers/scsi/snic/
H A Dsnic_res.h40 req->u.itmf.tm_type = tm_type; in snic_itmf_init()
41 req->u.itmf.flags = cpu_to_le16(flags); in snic_itmf_init()
43 req->u.itmf.req_id = cpu_to_le32(req_id); in snic_itmf_init()
44 req->u.itmf.tgt_id = cpu_to_le64(tgt_id); in snic_itmf_init()
45 memcpy(&req->u.itmf.lun_id, lun, LUN_ADDR_LEN); in snic_itmf_init()
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

Completed in 13 milliseconds