Home
last modified time | relevance | path

Searched refs:ifmap (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/net/
H A Dif.h111 struct ifmap struct
145 struct ifmap ifru_map;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/net/
H A Dif.h111 struct ifmap struct
145 struct ifmap ifru_map;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif.h192 struct ifmap { struct
245 struct ifmap ifru_map;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif.h192 struct ifmap { struct
245 struct ifmap ifru_map;
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif.h196 struct ifmap { struct
250 struct ifmap ifru_map;
/OK3568_Linux_fs/buildroot/package/wireless_tools/
H A D0001-remove-bzero.patch51 - bzero(&map, sizeof(struct ifmap));
53 + memset(&map, 0, sizeof(struct ifmap));
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/strongswan/
H A Dstrongswan_5.9.6.bb77 PACKAGECONFIG[tnc-ifmap] = "--enable-tnc-ifmap,--disable-tnc-ifmap, libxml2, ${PN}-plugin-tnc-ifmap"
/OK3568_Linux_fs/kernel/drivers/net/ethernet/3com/
H A D3c589_cs.c166 static int el3_config(struct net_device *dev, struct ifmap *map);
492 static int el3_config(struct net_device *dev, struct ifmap *map) in el3_config()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/fujitsu/
H A Dfmvj18x_cs.c87 static int fjn_config(struct net_device *dev, struct ifmap *map);
1059 static int fjn_config(struct net_device *dev, struct ifmap *map){ in fjn_config()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/
H A Dnmclan_cs.c403 static int mace_config(struct net_device *dev, struct ifmap *map);
758 static int mace_config(struct net_device *dev, struct ifmap *map) in mace_config()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c296 static int do_config(struct net_device *dev, struct ifmap *map);
1362 do_config(struct net_device *dev, struct ifmap *map) in do_config()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/
H A Dpcnet_cs.c103 static int set_config(struct net_device *dev, struct ifmap *map);
980 static int set_config(struct net_device *dev, struct ifmap *map) in set_config()
H A Detherh.c251 static int etherh_set_config(struct net_device *dev, struct ifmap *map) in etherh_set_config()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/
H A Dsmc91c92_cs.c280 static int s9k_config(struct net_device *dev, struct ifmap *map);
1587 static int s9k_config(struct net_device *dev, struct ifmap *map) in s9k_config()
/OK3568_Linux_fs/kernel/drivers/staging/gdm724x/
H A Dgdm_lte.c62 static int gdm_lte_set_config(struct net_device *dev, struct ifmap *map) in gdm_lte_set_config()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sis/
H A Dsis900.c239 static int sis900_set_config(struct net_device *dev, struct ifmap *map);
2253 static int sis900_set_config(struct net_device *dev, struct ifmap *map) in sis900_set_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A Dray_cs.c63 static int ray_dev_config(struct net_device *dev, struct ifmap *map);
808 static int ray_dev_config(struct net_device *dev, struct ifmap *map) in ray_dev_config()
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dsdla.c1326 static int sdla_set_config(struct net_device *dev, struct ifmap *map) in sdla_set_config()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h308 struct ifmap map;
1343 struct ifmap *map);
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c700 static int netdev_boot_setup_add(char *name, struct ifmap *map) in netdev_boot_setup_add()
784 struct ifmap map; in netdev_boot_setup()
H A Drtnetlink.c2623 struct ifmap k_map; in do_setlink()