Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c1145 WX_PSR_VM_L2CTL_MPE | in wx_set_rx_mode()
1163 vmolr |= WX_PSR_VM_L2CTL_MPE; in wx_set_rx_mode()
1169 vmolr |= WX_PSR_VM_L2CTL_MPE; in wx_set_rx_mode()
1173 vmolr |= (WX_PSR_VM_L2CTL_UPE | WX_PSR_VM_L2CTL_MPE); in wx_set_rx_mode()
1200 vmolr |= WX_PSR_VM_L2CTL_MPE; in wx_set_rx_mode()
H A Dwx_type.h151 #define WX_PSR_VM_L2CTL_MPE BIT(12) /* multicast promiscuous */ macro