Searched refs:nvme_features (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | nvme.h | 1278 struct nvme_features { struct 1788 struct nvme_features features;
|
| /Linux-v6.6/drivers/scsi/qla2xxx/ |
| 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()
|
| /Linux-v6.6/drivers/nvme/host/ |
| D | core.c | 1530 static int nvme_features(struct nvme_ctrl *dev, u8 op, unsigned int fid, in nvme_features() function 1552 return nvme_features(dev, nvme_admin_set_features, fid, dword11, buffer, in nvme_set_features() 1561 return nvme_features(dev, nvme_admin_get_features, fid, dword11, buffer, in nvme_get_features() 4653 BUILD_BUG_ON(sizeof(struct nvme_features) != 64); in _nvme_check_size()
|