Searched refs:IXGBE_TXDCTL_ENABLE (Results 1 – 5 of 5) sorted by relevance
38 #define IXGBE_TXDCTL_ENABLE 0x02000000 /* Enable specific Tx Queue */ macro294 #define IXGBE_TXDCTL_ENABLE 0x02000000 /* Ena specific Tx Queue */ macro
191 if (reg_val & IXGBE_TXDCTL_ENABLE) { in ixgbevf_stop_hw_vf()192 reg_val &= ~IXGBE_TXDCTL_ENABLE; in ixgbevf_stop_hw_vf()
1692 u32 txdctl = IXGBE_TXDCTL_ENABLE; in ixgbevf_configure_tx_ring()1745 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbevf_configure_tx_ring()
758 reg_val |= IXGBE_TXDCTL_ENABLE; in ixgbe_vf_reset_event()760 reg_val &= ~IXGBE_TXDCTL_ENABLE; in ixgbe_vf_reset_event()
3909 u32 txdctl = IXGBE_TXDCTL_ENABLE; in ixgbe_configure_tx_ring()3988 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbe_configure_tx_ring()6495 if (!(txdctl & IXGBE_TXDCTL_ENABLE)) in ixgbe_disable_tx()11122 if (!(txdctl & IXGBE_TXDCTL_ENABLE)) in ixgbe_disable_txr_hw()