Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/wangxun/libwx/
Dwx_hw.c1144 fctrl &= ~(WX_PSR_CTL_UPE | WX_PSR_CTL_MPE); in wx_set_rx_mode()
1163 fctrl |= WX_PSR_CTL_UPE | WX_PSR_CTL_MPE; in wx_set_rx_mode()
1170 fctrl |= WX_PSR_CTL_MPE; in wx_set_rx_mode()
Dwx_type.h130 #define WX_PSR_CTL_MPE BIT(8) macro