Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_target.h518 struct ctio_crc_from_fw { struct
519 uint8_t entry_type; /* Entry type. */
520 uint8_t entry_count; /* Entry count. */
521 uint8_t sys_define; /* System defined. */
522 uint8_t entry_status; /* Entry Status. */
524 uint32_t handle; /* System handle. */
525 __le16 status;
526 __le16 timeout; /* Command timeout. */
527 __le16 dseg_count; /* Data segment count. */
528 __le32 reserved1;
[all …]
/kernel/linux/linux-4.19/drivers/scsi/qla2xxx/
Dqla_target.h535 struct ctio_crc_from_fw { struct
536 uint8_t entry_type; /* Entry type. */
537 uint8_t entry_count; /* Entry count. */
538 uint8_t sys_define; /* System defined. */
539 uint8_t entry_status; /* Entry Status. */
541 uint32_t handle; /* System handle. */
542 uint16_t status;
543 uint16_t timeout; /* Command timeout. */
544 uint16_t dseg_count; /* Data segment count. */
545 uint32_t reserved1;
[all …]