Searched refs:XLR_XGMAC (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/mips/rmi/
H A Dboard.h196 enum gmac_block_types { XLR_GMAC, XLR_XGMAC, XLR_SPI4}; enumerator in enum:gmac_block_types
H A Dboard.c317 blk0->type = XLR_XGMAC;
343 blk1->type = XLR_XGMAC;
548 blk1->type = XLR_XGMAC;
568 blk2->type = XLR_XGMAC;
H A Diodi.c257 } else if (xlr_board_info.gmac_block[1].type == XLR_XGMAC) {
/freebsd-10.0-release/sys/mips/rmi/dev/xlr/
H A Drge.c687 if (priv->type == XLR_XGMAC)
1041 if (priv->type == XLR_XGMAC) {
1749 } else if (gmac_conf->type == XLR_XGMAC) {
1883 } else if (priv->type == XLR_XGMAC) {
1889 if (priv->type == XLR_XGMAC && priv->instance == 0)
2048 if (phy_priv->type == XLR_XGMAC)
2067 if ((xlr_revision() < 2) && (priv->type == XLR_XGMAC)) {
/freebsd-10.0-release/sys/mips/rmi/dev/nlge/
H A Dif_nlge.c398 } else if (block_info->type == XLR_XGMAC) {
985 if (na_sc[i] != NULL && na_sc[i]->na_type != XLR_XGMAC) {
1050 code = (sc->na_type == XLR_XGMAC) ? MSGRNG_CODE_XGMAC : MSGRNG_CODE_MAC;

Completed in 141 milliseconds