Home
last modified time | relevance | path

Searched refs:XLR_XGMII (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/mips/rmi/
Dboard.c549 blk1->mode = XLR_XGMII; in xlr_board_info_setup()
559 blk1->gmac_port[0].type = XLR_XGMII; in xlr_board_info_setup()
569 blk2->mode = XLR_XGMII; in xlr_board_info_setup()
579 blk2->gmac_port[0].type = XLR_XGMII; in xlr_board_info_setup()
Dboard.h197 enum gmac_port_types { XLR_RGMII, XLR_SGMII, XLR_PORT0_RGMII, XLR_XGMII, XLR_XAUI }; enumerator
/freebsd-9-stable/sys/mips/rmi/dev/nlge/
Dif_nlge.c837 if (sc->port_type != XLR_XGMII) in nlge_mii_write()
850 val = (sc->port_type == XLR_XGMII) ? (0xffff) : in nlge_mii_read()
1316 if (sc->mac_type == XLR_XGMII) { /* TBD: XGMII init sequence */ in nlna_config_classifier()
1382 case XLR_XGMII: in nlna_media_specific_config()
1411 case XLR_XGMII: in nlna_reset_ports()
1521 case XLR_XGMII: in nlge_port_disable()
1560 case XLR_XGMII: in nlge_port_enable()
1800 case XLR_XGMII: in nlge_media_specific_init()
1904 if (sc->port_type != XLR_XAUI && sc->port_type != XLR_XGMII) { in nlge_mii_init()
2197 if (sc->port_type == XLR_XAUI || sc->port_type == XLR_XGMII) in nlge_gmac_config_speed()
[all …]