Searched defs:qedf_io_log (Results 1 – 2 of 2) sorted by relevance
278 struct qedf_io_log { struct281 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 …]
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 …]