Home
last modified time | relevance | path

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

/linux/net/core/
A Ddev_ioctl.c84 struct ifmap *ifmap = &ifr->ifr_map; in dev_getifmap() local
87 struct compat_ifmap *cifmap = (struct compat_ifmap *)ifmap; in dev_getifmap()
99 ifmap->mem_start = dev->mem_start; in dev_getifmap()
100 ifmap->mem_end = dev->mem_end; in dev_getifmap()
101 ifmap->base_addr = dev->base_addr; in dev_getifmap()
102 ifmap->irq = dev->irq; in dev_getifmap()
103 ifmap->dma = dev->dma; in dev_getifmap()
104 ifmap->port = dev->if_port; in dev_getifmap()
117 struct ifmap ifmap = { in dev_setifmap() local
126 return dev->netdev_ops->ndo_set_config(dev, &ifmap); in dev_setifmap()
A Drtnetlink.c2633 struct ifmap k_map; in do_setlink()
/linux/drivers/net/
A DSpace.c39 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()
/linux/include/uapi/linux/
A Dif.h196 struct ifmap { struct
250 struct ifmap ifru_map;
/linux/drivers/net/ethernet/3com/
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()
/linux/drivers/net/ethernet/fujitsu/
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()
/linux/drivers/net/ethernet/amd/
A Dnmclan_cs.c403 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/
A Dxirc2ps_cs.c296 static int do_config(struct net_device *dev, struct ifmap *map);
1356 do_config(struct net_device *dev, struct ifmap *map) in do_config()
/linux/drivers/net/ethernet/8390/
A Dpcnet_cs.c103 static int set_config(struct net_device *dev, struct ifmap *map);
990 static int set_config(struct net_device *dev, struct ifmap *map) in set_config()
A Detherh.c251 static int etherh_set_config(struct net_device *dev, struct ifmap *map) in etherh_set_config()
/linux/drivers/net/ethernet/smsc/
A Dsmc91c92_cs.c280 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/staging/gdm724x/
A Dgdm_lte.c62 static int gdm_lte_set_config(struct net_device *dev, struct ifmap *map) in gdm_lte_set_config()
/linux/drivers/net/ethernet/sis/
A Dsis900.c239 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()
/linux/drivers/net/wireless/
A Dray_cs.c63 static int ray_dev_config(struct net_device *dev, struct ifmap *map);
802 static int ray_dev_config(struct net_device *dev, struct ifmap *map) in ray_dev_config()
/linux/include/linux/
A Dnetdevice.h1379 struct ifmap *map);

Completed in 74 milliseconds