Searched refs:set_feature (Results 1 – 9 of 9) sorted by relevance
| /drivers/nvme/target/ |
| A D | admin-cmd.c | 1296 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()
|
| A D | nvmet.h | 437 u16 (*set_feature)(const struct nvmet_ctrl *ctrl, u8 feat, member
|
| A D | pci-epf.c | 1538 .set_feature = nvmet_pci_epf_set_feat,
|
| /drivers/scsi/lpfc/ |
| A D | lpfc_sli.c | 6774 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features() 6780 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features() 6782 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features() 6819 &mbox->u.mqe.un.set_feature, 0); in lpfc_set_features() 6841 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features() 7922 &pmb->u.mqe.un.set_feature); in lpfc_mbx_cmpl_cgn_set_ftrs() 7924 &pmb->u.mqe.un.set_feature); in lpfc_mbx_cmpl_cgn_set_ftrs() 8233 &mboxq->u.mqe.un.set_feature); in lpfc_cmf_setup() 8274 &mboxq->u.mqe.un.set_feature); in lpfc_cmf_setup() 8642 &mboxq->u.mqe.un.set_feature); in lpfc_sli4_hba_setup() [all …]
|
| A D | lpfc_hw4.h | 4006 struct lpfc_mbx_set_feature set_feature; member
|
| /drivers/net/ethernet/renesas/ |
| A D | ravb_main.c | 2588 ret = info->set_feature(ndev, features); in ravb_set_features() 2682 .set_feature = ravb_set_features_rcar, 2705 .set_feature = ravb_set_features_rcar, 2731 .set_feature = ravb_set_features_rcar, 2757 .set_feature = ravb_set_features_rcar, 2782 .set_feature = ravb_set_features_gbeth,
|
| A D | ravb.h | 1051 int (*set_feature)(struct net_device *ndev, netdev_features_t features); member
|
| /drivers/usb/gadget/udc/ |
| A D | m66592-udc.c | 1037 static void set_feature(struct m66592 *m66592, struct usb_ctrlrequest *ctrl) in set_feature() function 1106 set_feature(m66592, ctrl); in setup_packet()
|
| A D | r8a66597-udc.c | 1239 static void set_feature(struct r8a66597 *r8a66597, struct usb_ctrlrequest *ctrl) in set_feature() function 1307 set_feature(r8a66597, ctrl); in setup_packet()
|
Completed in 125 milliseconds