Searched refs:XLR_RGMII (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/mips/rmi/
H A Dboard.h197 enum gmac_port_types { XLR_RGMII, XLR_SGMII, XLR_PORT0_RGMII, XLR_XGMII, XLR_XAUI }; enumerator in enum:gmac_port_types
H A Dboard.c247 blk0->gmac_port[0].type = XLR_RGMII;
330 blk0->gmac_port[0].type = XLR_RGMII;
527 blk0->mode = XLR_RGMII;
536 blk0->gmac_port[i].type = XLR_RGMII;
/freebsd-10.0-release/sys/mips/rmi/dev/nlge/
H A Dif_nlge.c489 index = (port_info->type < XLR_RGMII || port_info->type > XLR_XAUI) ?
1365 case XLR_RGMII:
1405 case XLR_RGMII:
1515 case XLR_RGMII:
1544 if (xlr_board_info.is_xls && sc->port_type == XLR_RGMII)
1554 case XLR_RGMII:
1782 case XLR_RGMII:
1849 if (sc->port_type == XLR_RGMII || sc->port_type == XLR_SGMII) {
2225 if (sc->port_type != XLR_RGMII)
2321 if (sc->port_type == XLR_RGMII || s
[all...]
/freebsd-10.0-release/sys/mips/rmi/dev/xlr/
H A Drge.c1072 if (priv->mode != XLR_RGMII)
1081 if (priv->mode != XLR_RGMII)
1091 if (priv->mode != XLR_RGMII)
1100 if (priv->mode != XLR_RGMII)
1318 if (priv->mode != XLR_RGMII) {
1785 priv->mode = XLR_RGMII;

Completed in 73 milliseconds