Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_res.h88 desc->u.icmnd_16._resvd0[0] = 0; /* reserved */ in fnic_queue_wq_copy_desc_icmnd_16()
89 desc->u.icmnd_16._resvd0[1] = 0; /* reserved */ in fnic_queue_wq_copy_desc_icmnd_16()
90 desc->u.icmnd_16._resvd0[2] = 0; /* reserved */ in fnic_queue_wq_copy_desc_icmnd_16()
92 desc->u.icmnd_16.sense_len = sense_len; /* sense buffer length */ in fnic_queue_wq_copy_desc_icmnd_16()
94 desc->u.icmnd_16.sense_addr = sns_addr; /* sense buffer address */ in fnic_queue_wq_copy_desc_icmnd_16()
96 desc->u.icmnd_16.pri_ta = pri_ta; /* SCSI Pri & Task attribute */ in fnic_queue_wq_copy_desc_icmnd_16()
97 desc->u.icmnd_16._resvd1 = 0; /* reserved: should be 0 */ in fnic_queue_wq_copy_desc_icmnd_16()
98 desc->u.icmnd_16.flags = flags; /* command flags */ in fnic_queue_wq_copy_desc_icmnd_16()
99 memset(desc->u.icmnd_16.scsi_cdb, 0, CDB_16); in fnic_queue_wq_copy_desc_icmnd_16()
102 memcpy(desc->u.icmnd_16.lun, lun, LUN_ADDRESS); /* LUN address */ in fnic_queue_wq_copy_desc_icmnd_16()
[all …]
H A Dfcpio.h461 struct fcpio_icmnd_16 icmnd_16; member