Searched refs:ifmap (Results 1 - 25 of 27) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif.h61 struct ifmap struct
97 struct ifmap ifru_map;
H A Dnetdevice.h220 struct ifmap map;
387 struct ifmap *map);
449 extern int netdev_boot_setup_add(char *name, struct ifmap *map);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif.h61 struct ifmap struct
97 struct ifmap ifru_map;
H A Dnetdevice.h220 struct ifmap map;
387 struct ifmap *map);
449 extern int netdev_boot_setup_add(char *name, struct ifmap *map);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dne3210.c128 const char *ifmap[] = {"UTP", "?", "BNC", "AUI"}; local
162 ioaddr/0x1000, ifmap[inb(ioaddr + NE3210_CFG2) >> 6]);
H A Dsmc-ultra32.c132 const char *ifmap[] = {"UTP No Link", "", "UTP/AUI", "UTP/BNC"};
146 ioaddr >> 12, ifmap[media],
131 const char *ifmap[] = {"UTP No Link", "", "UTP/AUI", "UTP/BNC"}; local
H A Drcpci45.c111 static int RCconfig (struct net_device *, struct ifmap *);
955 RCconfig (struct net_device *dev, struct ifmap *map)
H A Deepro.c666 const char * ifmap[] = {"AUI", "10Base2", "10BaseT"}; local
698 printk(", IRQ %d, %s.\n", dev->irq, ifmap[dev->if_port]);
700 printk(", %s.\n", ifmap[dev->if_port]);
H A Dau1000_eth.c78 static int au1000_set_config(struct net_device *dev, struct ifmap *map);
1411 static int au1000_set_config(struct net_device *dev, struct ifmap *map)
H A Dsis900.c161 static int sis900_set_config(struct net_device *dev, struct ifmap *map);
1860 * @map: ifmap passed by ifconfig
1867 static int sis900_set_config(struct net_device *dev, struct ifmap *map)
1875 /* we switch on the ifmap->port field. I couldn't find anything
H A Dmeth.c392 int meth_config(struct net_device *dev, struct ifmap *map)
H A Dsk_mca.c1022 static int skmca_config(struct SKMCA_NETDEV *dev, struct ifmap *map)
H A Dibmlana.c932 static int ibmlana_config(struct IBMLANA_NETDEV *dev, struct ifmap *map)
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinterface.c871 struct ifmap map; /* hardware setup */
1292 memset(&ife->map, 0, sizeof(struct ifmap));
1294 memcpy(&ife->map, &ifr.ifr_map, sizeof(struct ifmap));
1298 memset(&ife->map, 0, sizeof(struct ifmap));
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dinterface.c906 struct ifmap map; /* hardware setup */
1327 memset(&ife->map, 0, sizeof(struct ifmap));
1329 memcpy(&ife->map, &ifr.ifr_map, sizeof(struct ifmap));
1333 memset(&ife->map, 0, sizeof(struct ifmap));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/net/
H A Detherh.c186 * parts of ifmap, since its mostly meaningless for this driver.
188 static int etherh_set_config(struct net_device *dev, struct ifmap *map)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A D3c589_cs.c158 static int el3_config(struct net_device *dev, struct ifmap *map);
716 static int el3_config(struct net_device *dev, struct ifmap *map)
H A Dfmvj18x_cs.c103 static int fjn_config(struct net_device *dev, struct ifmap *map);
1172 static int fjn_config(struct net_device *dev, struct ifmap *map){
H A Dnetwave_cs.c230 static int netwave_config(struct net_device *dev, struct ifmap *map);
1190 static int netwave_config(struct net_device *dev, struct ifmap *map) {
H A Dnmclan_cs.c431 static int mace_config(struct net_device *dev, struct ifmap *map);
951 static int mace_config(struct net_device *dev, struct ifmap *map)
H A Dpcnet_cs.c124 static int set_config(struct net_device *dev, struct ifmap *map);
1105 static int set_config(struct net_device *dev, struct ifmap *map)
H A Dxirc2ps_cs.c386 static int do_config(struct net_device *dev, struct ifmap *map);
1629 do_config(struct net_device *dev, struct ifmap *map)
H A Dray_cs.c104 static int ray_dev_config(struct net_device *dev, struct ifmap *map);
1039 static int ray_dev_config(struct net_device *dev, struct ifmap *map)
1044 DEBUG(1,"ray_dev_config(dev=%p,ifmap=%p)\n",dev,map);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/lmc/
H A Dlmc_main.c126 static int lmc_set_config(struct net_device *dev, struct ifmap *map);
2209 static int lmc_set_config(struct net_device *dev, struct ifmap *map) /*fold00*/
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Ddev.c316 int netdev_boot_setup_add(char *name, struct ifmap *map)
371 struct ifmap map;

Completed in 322 milliseconds

12