Lines Matching refs:if_port
178 switch (dev->if_port) { in etherh_setif()
189 switch (dev->if_port) { in etherh_setif()
218 switch (dev->if_port) { in etherh_getifstat()
229 switch (dev->if_port) { in etherh_getifstat()
261 dev->if_port = map->port; in etherh_set_config()
292 if (dev->if_port == IF_PORT_10BASET) in etherh_reset()
293 dev->if_port = IF_PORT_10BASE2; in etherh_reset()
295 dev->if_port = IF_PORT_10BASET; in etherh_reset()
472 dev->if_port = IF_PORT_10BASET; in etherh_open()
476 dev->if_port = IF_PORT_10BASE2; in etherh_open()
571 cmd->base.port = dev->if_port == IF_PORT_10BASET ? PORT_TP : PORT_BNC; in etherh_get_link_ksettings()
588 dev->if_port = IF_PORT_10BASET; in etherh_set_link_ksettings()
592 dev->if_port = IF_PORT_10BASE2; in etherh_set_link_ksettings()
680 dev->if_port = IF_PORT_10BASET; in etherh_probe()
683 dev->if_port = IF_PORT_10BASE2; in etherh_probe()
685 dev->if_port = IF_PORT_UNKNOWN; in etherh_probe()