Searched refs:set_feature (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/nvme/target/ |
| H A D | admin-cmd.c | 1305 return ctrl->ops->set_feature(ctrl, NVME_FEAT_IRQ_COALESCE, &irqc); in nvmet_set_feat_irq_coalesce() 1326 return ctrl->ops->set_feature(ctrl, NVME_FEAT_IRQ_CONFIG, &irqcfg); in nvmet_set_feat_irq_config() 1340 if (!ctrl->ops->set_feature) { in nvmet_set_feat_arbitration() 1345 return ctrl->ops->set_feature(ctrl, NVME_FEAT_ARBITRATION, &arb); in nvmet_set_feat_arbitration()
|
| H A D | nvmet.h | 433 u16 (*set_feature)(const struct nvmet_ctrl *ctrl, u8 feat, member
|
| H A D | pci-epf.c | 1532 .set_feature = nvmet_pci_epf_set_feat,
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 6764 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features() 6770 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features() 6772 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features() 6809 &mbox->u.mqe.un.set_feature, 0); in lpfc_set_features() 6831 &mbox->u.mqe.un.set_feature, 1); in lpfc_set_features() 7912 &pmb->u.mqe.un.set_feature); in lpfc_mbx_cmpl_cgn_set_ftrs() 7914 &pmb->u.mqe.un.set_feature); in lpfc_mbx_cmpl_cgn_set_ftrs() 8223 &mboxq->u.mqe.un.set_feature); in lpfc_cmf_setup() 8264 &mboxq->u.mqe.un.set_feature); in lpfc_cmf_setup() 8632 &mboxq->u.mqe.un.set_feature); in lpfc_sli4_hba_setup() [all …]
|
| H A D | lpfc_hw4.h | 4000 struct lpfc_mbx_set_feature set_feature; member
|
| /linux-6.15/drivers/net/ethernet/renesas/ |
| H 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,
|
| H A D | ravb.h | 1051 int (*set_feature)(struct net_device *ndev, netdev_features_t features); member
|
| /linux-6.15/drivers/usb/gadget/udc/ |
| H A D | fusb300_udc.c | 723 static void set_feature(struct fusb300 *fusb300, struct usb_ctrlrequest *ctrl) in set_feature() function 840 set_feature(fusb300, ctrl); in setup_packet()
|
| H 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()
|
| H 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()
|