Home
last modified time | relevance | path

Searched defs:nvme_features (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/
Dnvme.h1123 struct nvme_features { struct
1124 __u8 opcode;
1125 __u8 flags;
1126 __u16 command_id;
1127 __le32 nsid;
1128 __u64 rsvd2[2];
1129 union nvme_data_ptr dptr;
1130 __le32 fid;
1131 __le32 dword11;
1132 __le32 dword12;
[all …]
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_gs.c2737 uint8_t fcp_scsi_features = 0, nvme_features = 0; in qla2x00_gff_id() local
/Linux-v5.15/drivers/nvme/host/
Dcore.c1483 static int nvme_features(struct nvme_ctrl *dev, u8 op, unsigned int fid, in nvme_features() function