Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dnatsemi.c165 RxAcceptTx = 0x10000000, enumerator
740 rx_config |= RxAcceptTx; in natsemi_check_duplex()
743 rx_config &= ~RxAcceptTx; in natsemi_check_duplex()
H A Dns8382x.c146 RxAcceptTx = 0x10000000, enumerator
707 rx_config |= RxAcceptTx; in ns8382x_check_duplex()
710 rx_config &= ~RxAcceptTx; in ns8382x_check_duplex()
/openbmc/linux/drivers/net/ethernet/natsemi/
H A Dnatsemi.c439 RxAcceptTx = 0x10000000, enumerator
1690 if (duplex ^ !!(np->rx_config & RxAcceptTx)) { in check_link()
1697 np->rx_config |= RxAcceptTx; in check_link()
1700 np->rx_config &= ~RxAcceptTx; in check_link()