Searched refs:IXGBE_TXDCTL_ENABLE (Results 1 – 6 of 6) sorted by relevance
161 if (reg_val & IXGBE_TXDCTL_ENABLE) { in ixgbevf_stop_hw_vf()162 reg_val &= ~IXGBE_TXDCTL_ENABLE; in ixgbevf_stop_hw_vf()
46 #define IXGBE_TXDCTL_ENABLE 0x02000000 /* Enable specific Tx Queue */ macro
1630 txdctl |= IXGBE_TXDCTL_ENABLE; in ixgbevf_up_complete()1843 (txdctl & ~IXGBE_TXDCTL_ENABLE)); in ixgbevf_down()
1822 #define IXGBE_TXDCTL_ENABLE 0x02000000 /* Enable specific Tx Queue */ macro
2640 u32 txdctl = IXGBE_TXDCTL_ENABLE; in ixgbe_configure_tx_ring()2700 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbe_configure_tx_ring()
1561 reg_ctl &= ~IXGBE_TXDCTL_ENABLE; in ixgbe_free_desc_rings()