Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c1490 u32 txdctl = WX_PX_TR_CFG_ENABLE; in wx_configure_tx_ring()
1526 ret = read_poll_timeout(rd32, txdctl, txdctl & WX_PX_TR_CFG_ENABLE, in wx_configure_tx_ring()
1821 WX_PX_TR_CFG_SWFLSH | WX_PX_TR_CFG_ENABLE, in wx_stop_adapter()
H A Dwx_type.h339 #define WX_PX_TR_CFG_ENABLE BIT(0) /* Ena specific Tx Queue */ macro