Searched refs:WX_PX_TR_CFG_ENABLE (Results 1 – 2 of 2) sorted by relevance
1314 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()
291 #define WX_PX_TR_CFG_ENABLE BIT(0) /* Ena specific Tx Queue */ macro