Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/scsi/qla2xxx/
Dqla_fw.h509 struct cmd_type_7 { struct
510 uint8_t entry_type; /* Entry type. */
511 uint8_t entry_count; /* Entry count. */
512 uint8_t sys_define; /* System defined. */
513 uint8_t entry_status; /* Entry Status. */
515 uint32_t handle; /* System handle. */
517 uint16_t nport_handle; /* N_PORT handle. */
518 uint16_t timeout; /* Command timeout. */
521 uint16_t dseg_count; /* Data segment count. */
522 uint16_t reserved_1;
[all …]
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_fw.h512 struct cmd_type_7 { struct
513 uint8_t entry_type; /* Entry type. */
514 uint8_t entry_count; /* Entry count. */
515 uint8_t sys_define; /* System defined. */
516 uint8_t entry_status; /* Entry Status. */
518 uint32_t handle; /* System handle. */
520 __le16 nport_handle; /* N_PORT handle. */
521 __le16 timeout; /* Command timeout. */
524 __le16 dseg_count; /* Data segment count. */
525 uint16_t reserved_1;
[all …]