Home
last modified time | relevance | path

Searched refs:set_feature (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/nvme/target/
H A Dadmin-cmd.c1296 return ctrl->ops->set_feature(ctrl, NVME_FEAT_IRQ_COALESCE, &irqc); in nvmet_set_feat_irq_coalesce()
1317 return ctrl->ops->set_feature(ctrl, NVME_FEAT_IRQ_CONFIG, &irqcfg); in nvmet_set_feat_irq_config()
1331 if (!ctrl->ops->set_feature) { in nvmet_set_feat_arbitration()
1336 return ctrl->ops->set_feature(ctrl, NVME_FEAT_ARBITRATION, &arb); in nvmet_set_feat_arbitration()
H A Dnvmet.h437 u16 (*set_feature)(const struct nvmet_ctrl *ctrl, u8 feat, member
H A Dpci-epf.c1540 .set_feature = nvmet_pci_epf_set_feat,
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c6776 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features()
6777 mbox->u.mqe.un.set_feature.feature = LPFC_SET_UE_RECOVERY; in lpfc_set_features()
6778 mbox->u.mqe.un.set_feature.param_len = 8; in lpfc_set_features()
6782 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features()
6784 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features()
6785 mbox->u.mqe.un.set_feature.feature = LPFC_SET_MDS_DIAGS; in lpfc_set_features()
6786 mbox->u.mqe.un.set_feature.param_len = 8; in lpfc_set_features()
6796 &mbox->u.mqe.un.set_feature, sig_freq); in lpfc_set_features()
6798 &mbox->u.mqe.un.set_feature, sig_freq); in lpfc_set_features()
6803 &mbox->u.mqe.un.set_feature, sig_freq); in lpfc_set_features()
[all …]
/linux/drivers/net/ethernet/renesas/
H A Dravb_main.c2579 ret = info->set_feature(ndev, features); in ravb_set_features()
2675 .set_feature = ravb_set_features_rcar,
2699 .set_feature = ravb_set_features_rcar,
2726 .set_feature = ravb_set_features_rcar,
2753 .set_feature = ravb_set_features_rcar,
2779 .set_feature = ravb_set_features_gbeth,
/linux/drivers/usb/gadget/udc/
H A Dm66592-udc.c1037 static void set_feature(struct m66592 *m66592, struct usb_ctrlrequest *ctrl) in set_feature() function
1106 set_feature(m66592, ctrl); in setup_packet()
H A Dr8a66597-udc.c1239 static void set_feature(struct r8a66597 *r8a66597, struct usb_ctrlrequest *ctrl) in set_feature() function
1307 set_feature(r8a66597, ctrl); in setup_packet()