Searched refs:SXGBE_TX_ENABLE (Results 1 – 3 of 3) sorted by relevance
125 tx_ctl_reg |= SXGBE_TX_ENABLE; in sxgbe_dma_start_tx()136 tx_ctl_reg |= SXGBE_TX_ENABLE; in sxgbe_dma_start_tx_queue()145 tx_ctl_reg &= ~(SXGBE_TX_ENABLE); in sxgbe_dma_stop_tx_queue()156 tx_ctl_reg &= ~(SXGBE_TX_ENABLE); in sxgbe_dma_stop_tx()
123 tx_config &= ~SXGBE_TX_ENABLE; in sxgbe_enable_tx()126 tx_config |= SXGBE_TX_ENABLE; in sxgbe_enable_tx()
364 #define SXGBE_TX_ENABLE BIT(0) macro