Home
last modified time | relevance | path

Searched refs:IXGBE_TXDCTL_ENABLE (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h38 #define IXGBE_TXDCTL_ENABLE 0x02000000 /* Enable specific Tx Queue */ macro
294 #define IXGBE_TXDCTL_ENABLE 0x02000000 /* Ena specific Tx Queue */ macro
H A Dvf.c191 if (reg_val & IXGBE_TXDCTL_ENABLE) { in ixgbevf_stop_hw_vf()
192 reg_val &= ~IXGBE_TXDCTL_ENABLE; in ixgbevf_stop_hw_vf()
H A Dixgbevf_main.c1692 u32 txdctl = IXGBE_TXDCTL_ENABLE; in ixgbevf_configure_tx_ring()
1745 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbevf_configure_tx_ring()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c758 reg_val |= IXGBE_TXDCTL_ENABLE; in ixgbe_vf_reset_event()
760 reg_val &= ~IXGBE_TXDCTL_ENABLE; in ixgbe_vf_reset_event()
H A Dixgbe_main.c3909 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()