Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_sriov.c101 wr32m(wx, WX_PSR_CTL, WX_PSR_CTL_SW_EN, WX_PSR_CTL_SW_EN); in __wx_enable_sriov()
H A Dwx_hw.c1306 if (pfdtxgswc & WX_PSR_CTL_SW_EN) { in wx_disable_rx()
1307 pfdtxgswc &= ~WX_PSR_CTL_SW_EN; in wx_disable_rx()
1339 psrctl |= WX_PSR_CTL_SW_EN; in wx_enable_rx()
H A Dwx_type.h188 #define WX_PSR_CTL_SW_EN BIT(18) macro