Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_nvme.h40 struct cmd_nvme { struct
41 uint8_t entry_type; /* Entry type. */
42 uint8_t entry_count; /* Entry count. */
43 uint8_t sys_define; /* System defined. */
44 uint8_t entry_status; /* Entry Status. */
46 uint32_t handle; /* System handle. */
47 __le16 nport_handle; /* N_PORT handle. */
48 __le16 timeout; /* Command timeout. */
50 __le16 dseg_count; /* Data segment count. */
51 __le16 nvme_rsp_dsd_len; /* NVMe RSP DSD length */
[all …]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
Dqla_nvme.h45 struct cmd_nvme { struct
46 uint8_t entry_type; /* Entry type. */
47 uint8_t entry_count; /* Entry count. */
48 uint8_t sys_define; /* System defined. */
49 uint8_t entry_status; /* Entry Status. */
51 uint32_t handle; /* System handle. */
52 __le16 nport_handle; /* N_PORT handle. */
53 __le16 timeout; /* Command timeout. */
55 __le16 dseg_count; /* Data segment count. */
56 __le16 nvme_rsp_dsd_len; /* NVMe RSP DSD length */
[all …]