Home
last modified time | relevance | path

Searched refs:set_features (Results 1 – 25 of 28) sorted by relevance

12

/linux/include/linux/
A Dvdpa.h280 int (*set_features)(struct vdpa_device *vdev, u64 features); member
398 return ops->set_features(vdev, features); in vdpa_set_features()
A Dif_macvlan.h29 netdev_features_t set_features; member
/linux/drivers/net/wireless/ath/wil6210/
A Dwil_platform.h43 void (*set_features)(void *handle, int features); member
A Dmain.c1255 if (wil->platform_ops.set_features) { in wil_refresh_fw_capabilities()
1265 wil->platform_ops.set_features(wil->platform_handle, features); in wil_refresh_fw_capabilities()
/linux/drivers/net/
A Dmacvtap.c77 vlan->set_features = features; in macvtap_update_features()
A Dmacvlan.c1079 features &= (vlan->set_features | ~MACVLAN_FEATURES); in macvlan_fix_features()
1464 vlan->set_features = MACVLAN_FEATURES; in macvlan_common_newlink()
A Dtun.c186 netdev_features_t set_features; member
1141 return (features & tun->set_features) | (features & ~TUN_USER_FEATURES); in tun_net_fix_features()
2831 tun->set_features = features; in set_offload()
/linux/drivers/scsi/
A D3w-9xxx.c131 u32 set_features, unsigned short current_fw_srl,
1108 u32 set_features, unsigned short current_fw_srl, in twa_initconnection() argument
1133 set_features |= sizeof(dma_addr_t) > 4 ? 1 : 0; in twa_initconnection()
1135 tw_initconnect->features = cpu_to_le32(set_features); in twa_initconnection()
1137 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twa_initconnection()
1153 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twa_initconnection()
A D3w-sas.c969 u32 set_features, unsigned short current_fw_srl, in twl_initconnection() argument
992 tw_initconnect->features = set_features; in twl_initconnection()
999 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twl_initconnection()
1015 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twl_initconnection()
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_main.c81 static int set_features(struct hinic_dev *nic_dev,
887 return set_features(nic_dev, nic_dev->netdev->features, in hinic_set_features()
1074 static int set_features(struct hinic_dev *nic_dev, in set_features() function
1310 err = set_features(nic_dev, 0, nic_dev->netdev->features, true); in nic_dev_init()
/linux/drivers/vdpa/vdpa_sim/
A Dvdpa_sim.c617 .set_features = vdpasim_set_features,
646 .set_features = vdpasim_set_features,
/linux/drivers/mtd/nand/raw/bcm47xxnflash/
A Dops_bcm4706.c389 b47n->nand_chip.legacy.set_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
/linux/drivers/vdpa/alibaba/
A Deni_vdpa.c405 .set_features = eni_vdpa_set_features,
/linux/drivers/vdpa/virtio_pci/
A Dvp_vdpa.c419 .set_features = vp_vdpa_set_features,
/linux/drivers/vdpa/ifcvf/
A Difcvf_main.c447 .set_features = ifcvf_vdpa_set_features,
/linux/drivers/mtd/nand/raw/
A Dmpc5121_nfc.c706 chip->legacy.set_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()
A Dhisi504_nand.c775 chip->legacy.set_features = nand_get_set_features_notsupp; in hisi_nfc_probe()
A Dcafe_nand.c709 cafe->nand.legacy.set_features = nand_get_set_features_notsupp; in cafe_nand_probe()
A Dfsl_elbc_nand.c706 chip->legacy.set_features = nand_get_set_features_notsupp; in fsl_elbc_chip_init()
A Dfsl_ifc_nand.c880 chip->legacy.set_features = nand_get_set_features_notsupp; in fsl_ifc_chip_init()
A Dsh_flctl.c1172 nand->legacy.set_features = nand_get_set_features_notsupp; in flctl_probe()
A Dmxc_nand.c1740 this->legacy.set_features = mxc_nand_set_features; in mxcnd_probe()
/linux/include/linux/mtd/
A Drawnand.h1151 int (*set_features)(struct nand_chip *chip, int feature_addr, member
/linux/fs/btrfs/
A Dsysfs.c124 static void set_features(struct btrfs_fs_info *fs_info, in set_features() function
239 set_features(fs_info, fa->feature_set, features); in btrfs_feature_attr_store()
/linux/drivers/vdpa/vdpa_user/
A Dvduse_dev.c725 .set_features = vduse_vdpa_set_features,

Completed in 76 milliseconds

12