/openbmc/linux/net/core/ |
H A D | dev_ioctl.c | 87 struct ifmap *ifmap = &ifr->ifr_map; in dev_getifmap() local 90 struct compat_ifmap *cifmap = (struct compat_ifmap *)ifmap; in dev_getifmap() 102 ifmap->mem_start = dev->mem_start; in dev_getifmap() 103 ifmap->mem_end = dev->mem_end; in dev_getifmap() 104 ifmap->base_addr = dev->base_addr; in dev_getifmap() 105 ifmap->irq = dev->irq; in dev_getifmap() 106 ifmap->dma = dev->dma; in dev_getifmap() 107 ifmap->port = dev->if_port; in dev_getifmap() 120 struct ifmap ifmap = { in dev_setifmap() local 129 return dev->netdev_ops->ndo_set_config(dev, &ifmap); in dev_setifmap()
|
H A D | rtnetlink.c | 2816 struct ifmap k_map; in do_setlink()
|
/openbmc/linux/drivers/net/ |
H A D | Space.c | 39 struct ifmap map; 62 static int netdev_boot_setup_add(char *name, struct ifmap *map) in netdev_boot_setup_add() 145 struct ifmap map; in netdev_boot_setup()
|
/openbmc/linux/include/uapi/linux/ |
H A D | if.h | 196 struct ifmap { struct 250 struct ifmap ifru_map;
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/strongswan/ |
H A D | strongswan_6.0.0.bb | 84 PACKAGECONFIG[tnc-ifmap] = "--enable-tnc-ifmap,--disable-tnc-ifmap, libxml2, ${PN}-plugin-tnc-ifmap"
|
/openbmc/linux/drivers/net/ethernet/3com/ |
H A D | 3c589_cs.c | 166 static int el3_config(struct net_device *dev, struct ifmap *map); 501 static int el3_config(struct net_device *dev, struct ifmap *map) in el3_config()
|
/openbmc/linux/drivers/net/ethernet/fujitsu/ |
H A D | fmvj18x_cs.c | 87 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()
|
/openbmc/linux/drivers/net/ethernet/amd/ |
H A D | nmclan_cs.c | 403 static int mace_config(struct net_device *dev, struct ifmap *map); 759 static int mace_config(struct net_device *dev, struct ifmap *map) in mace_config()
|
/openbmc/qemu/linux-user/ |
H A D | syscall_types.h | 22 STRUCT(ifmap,
|
/openbmc/linux/drivers/net/ethernet/xircom/ |
H A D | xirc2ps_cs.c | 296 static int do_config(struct net_device *dev, struct ifmap *map); 1361 do_config(struct net_device *dev, struct ifmap *map) in do_config()
|
/openbmc/linux/drivers/net/ethernet/8390/ |
H A D | pcnet_cs.c | 102 static int set_config(struct net_device *dev, struct ifmap *map); 989 static int set_config(struct net_device *dev, struct ifmap *map) in set_config()
|
H A D | etherh.c | 251 static int etherh_set_config(struct net_device *dev, struct ifmap *map) in etherh_set_config()
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc91c92_cs.c | 280 static int s9k_config(struct net_device *dev, struct ifmap *map); 1590 static int s9k_config(struct net_device *dev, struct ifmap *map) in s9k_config()
|
/openbmc/linux/drivers/staging/gdm724x/ |
H A D | gdm_lte.c | 62 static int gdm_lte_set_config(struct net_device *dev, struct ifmap *map) in gdm_lte_set_config()
|
/openbmc/linux/drivers/net/ethernet/sis/ |
H A D | sis900.c | 239 static int sis900_set_config(struct net_device *dev, struct ifmap *map); 2260 static int sis900_set_config(struct net_device *dev, struct ifmap *map) in sis900_set_config()
|
/openbmc/linux/drivers/net/wireless/legacy/ |
H A D | ray_cs.c | 63 static int ray_dev_config(struct net_device *dev, struct ifmap *map); 813 static int ray_dev_config(struct net_device *dev, struct ifmap *map) in ray_dev_config()
|
/openbmc/linux/include/linux/ |
H A D | netdevice.h | 1441 struct ifmap *map);
|