Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.h370 struct nvme_features { struct
371 __u8 opcode;
372 __u8 flags;
373 __u16 command_id;
374 __le32 nsid;
375 __u64 rsvd2[2];
376 __le64 prp1;
377 __le64 prp2;
378 __le32 fid;
379 __le32 dword11;
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h1102 struct nvme_features { struct
1103 __u8 opcode;
1104 __u8 flags;
1105 __u16 command_id;
1106 __le32 nsid;
1107 __u64 rsvd2[2];
1108 union nvme_data_ptr dptr;
1109 __le32 fid;
1110 __le32 dword11;
1111 __le32 dword12;
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_gs.c2733 uint8_t fcp_scsi_features = 0, nvme_features = 0; in qla2x00_gff_id() local
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c1434 static int nvme_features(struct nvme_ctrl *dev, u8 op, unsigned int fid, in nvme_features() function