Home
last modified time | relevance | path

Searched refs:get_feature (Results 1 – 3 of 3) sorted by relevance

/linux/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c326 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 Dadmin-cmd.c1439 status = ctrl->ops->get_feature(ctrl, NVME_FEAT_IRQ_COALESCE, &irqc); in nvmet_get_feat_irq_coalesce()
1464 status = ctrl->ops->get_feature(ctrl, NVME_FEAT_IRQ_CONFIG, &irqcfg); in nvmet_get_feat_irq_config()
1479 if (!ctrl->ops->get_feature) { in nvmet_get_feat_arbitration()
1484 status = ctrl->ops->get_feature(ctrl, NVME_FEAT_ARBITRATION, &arb); in nvmet_get_feat_arbitration()
H A Dnvmet.h428 u16 (*get_feature)(const struct nvmet_ctrl *ctrl, u8 feat, member