Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgbevf/
Dvf.c161 if (reg_val & IXGBE_TXDCTL_ENABLE) { in ixgbevf_stop_hw_vf()
162 reg_val &= ~IXGBE_TXDCTL_ENABLE; in ixgbevf_stop_hw_vf()
Ddefines.h46 #define IXGBE_TXDCTL_ENABLE 0x02000000 /* Enable specific Tx Queue */ macro
Dixgbevf_main.c1630 txdctl |= IXGBE_TXDCTL_ENABLE; in ixgbevf_up_complete()
1843 (txdctl & ~IXGBE_TXDCTL_ENABLE)); in ixgbevf_down()
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_type.h1822 #define IXGBE_TXDCTL_ENABLE 0x02000000 /* Enable specific Tx Queue */ macro
Dixgbe_main.c2640 u32 txdctl = IXGBE_TXDCTL_ENABLE; in ixgbe_configure_tx_ring()
2700 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbe_configure_tx_ring()
Dixgbe_ethtool.c1561 reg_ctl &= ~IXGBE_TXDCTL_ENABLE; in ixgbe_free_desc_rings()