Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/wangxun/libwx/
Dwx_hw.c1314 u32 txdctl = WX_PX_TR_CFG_ENABLE; in wx_configure_tx_ring()
1343 ret = read_poll_timeout(rd32, txdctl, txdctl & WX_PX_TR_CFG_ENABLE, in wx_configure_tx_ring()
1567 WX_PX_TR_CFG_SWFLSH | WX_PX_TR_CFG_ENABLE, in wx_stop_adapter()
Dwx_type.h291 #define WX_PX_TR_CFG_ENABLE BIT(0) /* Ena specific Tx Queue */ macro