Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Ddefines.h51 #define IXGBE_TXDCTL_ENABLE 0x02000000 /* Enable specific Tx Queue */ macro
283 #define IXGBE_TXDCTL_ENABLE 0x02000000 /* Ena specific Tx Queue */ macro
Dvf.c168 if (reg_val & IXGBE_TXDCTL_ENABLE) { in ixgbevf_stop_hw_vf()
169 reg_val &= ~IXGBE_TXDCTL_ENABLE; in ixgbevf_stop_hw_vf()
Dixgbevf_main.c1549 u32 txdctl = IXGBE_TXDCTL_ENABLE; in ixgbevf_configure_tx_ring()
1597 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbevf_configure_tx_ring()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h2001 #define IXGBE_TXDCTL_ENABLE 0x02000000 /* Enable specific Tx Queue */ macro
Dixgbe_ethtool.c1645 reg_ctl &= ~IXGBE_TXDCTL_ENABLE; in ixgbe_free_desc_rings()
Dixgbe_main.c2995 u32 txdctl = IXGBE_TXDCTL_ENABLE; in ixgbe_configure_tx_ring()
3066 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbe_configure_tx_ring()