Home
last modified time | relevance | path

Searched defs:qedf_io_log (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf.h278 struct qedf_io_log { struct
281 uint8_t direction;
282 uint16_t task_id;
283 uint32_t port_id; /* Remote port fabric ID */
284 int lun;
285 unsigned char op; /* SCSI CDB */
286 uint8_t lba[4];
287 unsigned int bufflen; /* SCSI buffer length */
288 unsigned int sg_count; /* Number of SG elements */
289 int result; /* Result passed back to mid-layer */
[all …]
/kernel/linux/linux-6.6/drivers/scsi/qedf/
Dqedf.h283 struct qedf_io_log { struct
286 uint8_t direction;
287 uint16_t task_id;
288 uint32_t port_id; /* Remote port fabric ID */
289 int lun;
290 unsigned char op; /* SCSI CDB */
291 uint8_t lba[4];
292 unsigned int bufflen; /* SCSI buffer length */
293 unsigned int sg_count; /* Number of SG elements */
294 int result; /* Result passed back to mid-layer */
[all …]