Searched refs:nvme_features (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | nvme.h | 1107 struct nvme_features { struct 1407 struct nvme_features features;
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_gs.c | 2735 uint8_t fcp_scsi_features = 0, nvme_features = 0; in qla2x00_gff_id() local 2786 nvme_features = in qla2x00_gff_id() 2788 nvme_features &= 0xf; in qla2x00_gff_id() 2790 if (nvme_features) { in qla2x00_gff_id() 2792 list[i].fc4_features = nvme_features; in qla2x00_gff_id()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | nvme.h | 1278 struct nvme_features { struct 1788 struct nvme_features features;
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | core.c | 1424 static int nvme_features(struct nvme_ctrl *dev, u8 op, unsigned int fid, in nvme_features() function 1447 return nvme_features(dev, nvme_admin_set_features, fid, dword11, buffer, in nvme_set_features() 1456 return nvme_features(dev, nvme_admin_get_features, fid, dword11, buffer, in nvme_get_features() 4821 BUILD_BUG_ON(sizeof(struct nvme_features) != 64); in _nvme_check_size()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | core.c | 1535 static int nvme_features(struct nvme_ctrl *dev, u8 op, unsigned int fid, in nvme_features() function 1557 return nvme_features(dev, nvme_admin_set_features, fid, dword11, buffer, in nvme_set_features() 1566 return nvme_features(dev, nvme_admin_get_features, fid, dword11, buffer, in nvme_get_features() 4688 BUILD_BUG_ON(sizeof(struct nvme_features) != 64); in _nvme_check_size()
|
Completed in 31 milliseconds