/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | wil_platform.h | 43 void (*set_features)(void *handle, int features); member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | wil_platform.h | 43 void (*set_features)(void *handle, int features); member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | vdpa.h | 125 * @set_features: Set virtio features supported by the driver 220 int (*set_features)(struct vdpa_device *vdev, u64 features); member 320 return ops->set_features(vdev, features); in vdpa_set_features()
|
H A D | if_macvlan.h | 29 netdev_features_t set_features; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | if_macvlan.h | 30 netdev_features_t set_features; member
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | macvtap.c | 77 vlan->set_features = features; in macvtap_update_features()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | macvtap.c | 76 vlan->set_features = features; in macvtap_update_features()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_main.c | 79 static int set_features(struct hinic_dev *nic_dev, 869 return set_features(nic_dev, nic_dev->netdev->features, in hinic_set_features() 1056 static int set_features(struct hinic_dev *nic_dev, in set_features() function 1281 err = set_features(nic_dev, 0, nic_dev->netdev->features, true); in nic_dev_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_main.c | 79 static int set_features(struct hinic_dev *nic_dev, 862 return set_features(nic_dev, nic_dev->netdev->features, in hinic_set_features() 1047 static int set_features(struct hinic_dev *nic_dev, in set_features() function 1285 err = set_features(nic_dev, 0, nic_dev->netdev->features, true); in nic_dev_init()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | 3w-9xxx.c | 131 u32 set_features, unsigned short current_fw_srl, 1108 u32 set_features, unsigned short current_fw_srl, in twa_initconnection() 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() 1107 twa_initconnection(TW_Device_Extension *tw_dev, int message_credits, u32 set_features, unsigned short current_fw_srl, unsigned short current_fw_arch_id, unsigned short current_fw_branch, unsigned short current_fw_build, unsigned short *fw_on_ctlr_srl, unsigned short *fw_on_ctlr_arch_id, unsigned short *fw_on_ctlr_branch, unsigned short *fw_on_ctlr_build, u32 *init_connect_result) twa_initconnection() argument
|
H A D | 3w-sas.c | 969 u32 set_features, unsigned short current_fw_srl, in twl_initconnection() 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() 968 twl_initconnection(TW_Device_Extension *tw_dev, int message_credits, u32 set_features, unsigned short current_fw_srl, unsigned short current_fw_arch_id, unsigned short current_fw_branch, unsigned short current_fw_build, unsigned short *fw_on_ctlr_srl, unsigned short *fw_on_ctlr_arch_id, unsigned short *fw_on_ctlr_branch, unsigned short *fw_on_ctlr_build, u32 *init_connect_result) twl_initconnection() argument
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | 3w-9xxx.c | 131 u32 set_features, unsigned short current_fw_srl, 1109 u32 set_features, unsigned short current_fw_srl, in twa_initconnection() 1132 tw_initconnect->features = set_features; in twa_initconnection() 1139 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twa_initconnection() 1155 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twa_initconnection() 1108 twa_initconnection(TW_Device_Extension *tw_dev, int message_credits, u32 set_features, unsigned short current_fw_srl, unsigned short current_fw_arch_id, unsigned short current_fw_branch, unsigned short current_fw_build, unsigned short *fw_on_ctlr_srl, unsigned short *fw_on_ctlr_arch_id, unsigned short *fw_on_ctlr_branch, unsigned short *fw_on_ctlr_build, u32 *init_connect_result) twa_initconnection() argument
|
H A D | 3w-sas.c | 971 u32 set_features, unsigned short current_fw_srl, in twl_initconnection() 994 tw_initconnect->features = set_features; in twl_initconnection() 1001 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twl_initconnection() 1017 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twl_initconnection() 970 twl_initconnection(TW_Device_Extension *tw_dev, int message_credits, u32 set_features, unsigned short current_fw_srl, unsigned short current_fw_arch_id, unsigned short current_fw_branch, unsigned short current_fw_build, unsigned short *fw_on_ctlr_srl, unsigned short *fw_on_ctlr_arch_id, unsigned short *fw_on_ctlr_branch, unsigned short *fw_on_ctlr_build, u32 *init_connect_result) twl_initconnection() argument
|
/kernel/linux/linux-6.6/tools/net/ynl/ |
H A D | ethtool.py | 174 if args.set_features:
|
/kernel/linux/linux-5.10/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim.c | 699 .set_features = vdpasim_set_features, 726 .set_features = vdpasim_set_features,
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/bcm47xxnflash/ |
H A D | ops_bcm4706.c | 389 b47n->nand_chip.legacy.set_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
|
/kernel/linux/linux-5.10/drivers/vdpa/ifcvf/ |
H A D | ifcvf_main.c | 378 .set_features = ifcvf_vdpa_set_features,
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/bcm47xxnflash/ |
H A D | ops_bcm4706.c | 389 b47n->nand_chip.legacy.set_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | mpc5121_nfc.c | 705 chip->legacy.set_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()
|
H A D | hisi504_nand.c | 780 chip->legacy.set_features = nand_get_set_features_notsupp; in hisi_nfc_probe()
|
H A D | cafe_nand.c | 709 cafe->nand.legacy.set_features = nand_get_set_features_notsupp; in cafe_nand_probe()
|
H A D | fsl_elbc_nand.c | 707 chip->legacy.set_features = nand_get_set_features_notsupp; in fsl_elbc_chip_init()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | mpc5121_nfc.c | 702 chip->legacy.set_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()
|
H A D | cafe_nand.c | 711 cafe->nand.legacy.set_features = nand_get_set_features_notsupp; in cafe_nand_probe()
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | rawnand.h | 1100 * @set_features: set the NAND chip features 1125 int (*set_features)(struct nand_chip *chip, int feature_addr, member
|