Searched refs:ifmap (Results 1 – 11 of 11) sorted by relevance
| /linux/net/core/ |
| H A D | dev_ioctl.c | 89 struct ifmap *ifmap = &ifr->ifr_map; in dev_getifmap() local 92 struct compat_ifmap *cifmap = (struct compat_ifmap *)ifmap; in dev_getifmap() 104 ifmap->mem_start = dev->mem_start; in dev_getifmap() 105 ifmap->mem_end = dev->mem_end; in dev_getifmap() 106 ifmap->base_addr = dev->base_addr; in dev_getifmap() 107 ifmap->irq = dev->irq; in dev_getifmap() 108 ifmap->dma = dev->dma; in dev_getifmap() 109 ifmap->port = dev->if_port; in dev_getifmap() 122 struct ifmap ifma in netif_setifmap() local [all...] |
| H A D | rtnetlink.c | 3072 struct ifmap k_map; in do_setlink()
|
| /linux/include/uapi/linux/ |
| H A D | if.h | 196 struct ifmap { struct 250 struct ifmap ifru_map;
|
| /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()
|
| /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()
|
| /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()
|
| /linux/drivers/net/ethernet/xircom/ |
| H A D | xirc2ps_cs.c | 296 static int do_config(struct net_device *dev, struct ifmap *map); 1359 do_config(struct net_device *dev, struct ifmap *map) in do_config()
|
| /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()
|
| /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()
|
| /linux/drivers/net/ethernet/sis/ |
| H A D | sis900.c | 239 static int sis900_set_config(struct net_device *dev, struct ifmap *map); 2261 static int sis900_set_config(struct net_device *dev, struct ifmap *map) in sis900_set_config()
|