Lines Matching defs:map
239 static int sis900_set_config(struct net_device *dev, struct ifmap *map);
374 * The EEPROM map of SiS962 or SiS963 is different to SiS900.
2253 * @map: ifmap passed by ifconfig
2260 static int sis900_set_config(struct net_device *dev, struct ifmap *map)
2267 if ((map->port != (u_char)(-1)) && (map->port != dev->if_port)) {
2274 switch(map->port){
2276 dev->if_port = map->port;
2297 dev->if_port = map->port;
2318 dev->if_port = map->port;