Searched refs:nvme_features (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/nvme/ |
| H A D | nvme.h | 370 struct nvme_features { struct 458 struct nvme_features features;
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | nvme.h | 1102 struct nvme_features { struct 1402 struct nvme_features features;
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_gs.c | 2733 uint8_t fcp_scsi_features = 0, nvme_features = 0; in qla2x00_gff_id() local 2784 nvme_features = in qla2x00_gff_id() 2786 nvme_features &= 0xf; in qla2x00_gff_id() 2788 if (nvme_features) { in qla2x00_gff_id() 2790 list[i].fc4_features = nvme_features; in qla2x00_gff_id()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | core.c | 1434 static int nvme_features(struct nvme_ctrl *dev, u8 op, unsigned int fid, in nvme_features() function 1457 return nvme_features(dev, nvme_admin_set_features, fid, dword11, buffer, in nvme_set_features() 1466 return nvme_features(dev, nvme_admin_get_features, fid, dword11, buffer, in nvme_get_features() 4760 BUILD_BUG_ON(sizeof(struct nvme_features) != 64); in _nvme_check_size()
|