Searched defs:qedf_io_log (Results 1 – 1 of 1) sorted by relevance
275 struct qedf_io_log { struct278 uint8_t direction;279 uint16_t task_id;280 uint32_t port_id; /* Remote port fabric ID */281 int lun;282 unsigned char op; /* SCSI CDB */283 uint8_t lba[4];284 unsigned int bufflen; /* SCSI buffer length */285 unsigned int sg_count; /* Number of SG elements */286 int result; /* Result passed back to mid-layer */[all …]