Searched defs:qedf_io_log (Results 1 – 1 of 1) sorted by relevance
256 struct qedf_io_log { struct259 uint8_t direction;260 uint16_t task_id;261 uint32_t port_id; /* Remote port fabric ID */262 int lun;263 unsigned char op; /* SCSI CDB */264 uint8_t lba[4];265 unsigned int bufflen; /* SCSI buffer length */266 unsigned int sg_count; /* Number of SG elements */267 int result; /* Result passed back to mid-layer */[all …]