Lines Matching refs:if_port
183 switch (dev->if_port) { in etherh_setif()
194 switch (dev->if_port) { in etherh_setif()
223 switch (dev->if_port) { in etherh_getifstat()
234 switch (dev->if_port) { in etherh_getifstat()
266 dev->if_port = map->port; in etherh_set_config()
297 if (dev->if_port == IF_PORT_10BASET) in etherh_reset()
298 dev->if_port = IF_PORT_10BASE2; in etherh_reset()
300 dev->if_port = IF_PORT_10BASET; in etherh_reset()
477 dev->if_port = IF_PORT_10BASET; in etherh_open()
481 dev->if_port = IF_PORT_10BASE2; in etherh_open()
586 cmd->port = dev->if_port == IF_PORT_10BASET ? PORT_TP : PORT_BNC; in etherh_get_settings()
602 dev->if_port = IF_PORT_10BASET; in etherh_set_settings()
606 dev->if_port = IF_PORT_10BASE2; in etherh_set_settings()
697 dev->if_port = IF_PORT_10BASET; in etherh_probe()
700 dev->if_port = IF_PORT_10BASE2; in etherh_probe()
702 dev->if_port = IF_PORT_UNKNOWN; in etherh_probe()