ifmap
struct ifmap map;
struct ifmap map;
static int netdev_boot_setup_add(char *name, struct ifmap *map)
static int el3_config(struct net_device *dev, struct ifmap *map);
static int el3_config(struct net_device *dev, struct ifmap *map)
static int etherh_set_config(struct net_device *dev, struct ifmap *map)
static int set_config(struct net_device *dev, struct ifmap *map);
static int set_config(struct net_device *dev, struct ifmap *map)
static int mace_config(struct net_device *dev, struct ifmap *map);
static int mace_config(struct net_device *dev, struct ifmap *map)
static int fjn_config(struct net_device *dev, struct ifmap *map){
static int fjn_config(struct net_device *dev, struct ifmap *map);
static int sis900_set_config(struct net_device *dev, struct ifmap *map)
static int sis900_set_config(struct net_device *dev, struct ifmap *map);
static int s9k_config(struct net_device *dev, struct ifmap *map)
static int s9k_config(struct net_device *dev, struct ifmap *map);
do_config(struct net_device *dev, struct ifmap *map)
static int do_config(struct net_device *dev, struct ifmap *map);
struct ifmap *map);
struct ifmap ifru_map;
ifmap->mem_start = dev->mem_start;
ifmap->mem_end = dev->mem_end;
ifmap->base_addr = dev->base_addr;
ifmap->irq = dev->irq;
ifmap->dma = dev->dma;
ifmap->port = dev->if_port;
struct ifmap ifmap = {
return dev->netdev_ops->ndo_set_config(dev, &ifmap);
struct ifmap *ifmap = &ifr->ifr_map;
struct compat_ifmap *cifmap = (struct compat_ifmap *)ifmap;
struct ifmap k_map;