Home
last modified time | relevance | path

Searched full:txmac (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/jme/
H A Dif_jme.c2070 uint32_t ghc, gpreg, rxmac, txmac, txpause; in jme_mac_config() local
2084 txmac = CSR_READ_4(sc, JME_TXMAC); in jme_mac_config()
2085 txmac &= ~(TXMAC_CARRIER_EXT | TXMAC_FRAME_BURST); in jme_mac_config()
2091 txmac &= ~(TXMAC_COLL_ENB | TXMAC_CARRIER_SENSE | in jme_mac_config()
2103 txmac |= TXMAC_COLL_ENB | TXMAC_CARRIER_SENSE | TXMAC_BACKOFF; in jme_mac_config()
2124 txmac |= TXMAC_CARRIER_EXT | TXMAC_FRAME_BURST; in jme_mac_config()
2156 CSR_WRITE_4(sc, JME_TXMAC, txmac); in jme_mac_config()
2789 /* Configure TxMAC parameters. */ in jme_init_locked()
/freebsd/sys/dev/ae/
H A Dif_aereg.h60 #define AE_ISR_TX_EARLY 0x00040000 /* TxMAC started transmit. */
/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch.c791 "\20\3TXMAC\4RXMAC\5TXFLOW\6RXFLOW\7" in arswitch_miipollstat()
/freebsd/sys/dev/age/
H A Dif_age.c2923 device_printf(sc->age_dev, "stopping TxMAC timeout!\n"); in age_stop_txmac()