Searched refs:get_feature (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/arch/x86/intel_sdsi/ |
| H A D | intel_sdsi.c | 326 static void get_feature(uint32_t encoding, char feature[5]) in get_feature() function 390 get_feature(mc->signature, name); in sdsi_meter_cert_show() 398 get_feature(mc->mmrc_encoding, name); in sdsi_meter_cert_show() 419 get_feature(bec[count].encoding, feature); in sdsi_meter_cert_show() 515 get_feature(bundle[i].encoding, feature); in sdsi_state_cert_show()
|
| /linux/drivers/nvme/target/ |
| H A D | admin-cmd.c | 1430 status = ctrl->ops->get_feature(ctrl, NVME_FEAT_IRQ_COALESCE, &irqc); in nvmet_get_feat_irq_coalesce() 1455 status = ctrl->ops->get_feature(ctrl, NVME_FEAT_IRQ_CONFIG, &irqcfg); in nvmet_get_feat_irq_config() 1470 if (!ctrl->ops->get_feature) { in nvmet_get_feat_arbitration() 1475 status = ctrl->ops->get_feature(ctrl, NVME_FEAT_ARBITRATION, &arb); in nvmet_get_feat_arbitration()
|
| H A D | nvmet.h | 439 u16 (*get_feature)(const struct nvmet_ctrl *ctrl, u8 feat, member
|
| H A D | pci-epf.c | 1539 .get_feature = nvmet_pci_epf_get_feat,
|