Home
last modified time | relevance | path

Searched refs:MC_TxFlowControlEnable (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/stge/
Dif_stgereg.h368 #define MC_TxFlowControlEnable (1U << 7) macro
Dif_stge.c1386 sc->sc_MACCtrl |= MC_TxFlowControlEnable; in stge_link_task()
1392 v &= ~(MC_DuplexSelect|MC_RxFlowControlEnable|MC_TxFlowControlEnable); in stge_link_task()