Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/stge/
HDif_stgereg.h368 #define MC_RxFlowControlEnable (1U << 8) macro
HDif_stge.c1379 sc->sc_MACCtrl |= MC_RxFlowControlEnable; in stge_link_task()
1387 v &= ~(MC_DuplexSelect|MC_RxFlowControlEnable|MC_TxFlowControlEnable); in stge_link_task()