Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/ixgbevf/
Ddefines.h34 #define IXGBE_TXDCTL_ENABLE 0x02000000 /* Enable specific Tx Queue */ macro
286 #define IXGBE_TXDCTL_ENABLE 0x02000000 /* Ena specific Tx Queue */ macro
Dvf.c187 if (reg_val & IXGBE_TXDCTL_ENABLE) { in ixgbevf_stop_hw_vf()
188 reg_val &= ~IXGBE_TXDCTL_ENABLE; in ixgbevf_stop_hw_vf()
Dixgbevf_main.c1682 u32 txdctl = IXGBE_TXDCTL_ENABLE; in ixgbevf_configure_tx_ring()
1735 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbevf_configure_tx_ring()
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sriov.c753 reg_val |= IXGBE_TXDCTL_ENABLE; in ixgbe_vf_reset_event()
755 reg_val &= ~IXGBE_TXDCTL_ENABLE; in ixgbe_vf_reset_event()
Dixgbe_main.c3483 u32 txdctl = IXGBE_TXDCTL_ENABLE; in ixgbe_configure_tx_ring()
3562 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE)); in ixgbe_configure_tx_ring()
5868 if (!(txdctl & IXGBE_TXDCTL_ENABLE)) in ixgbe_disable_tx()
10422 if (!(txdctl & IXGBE_TXDCTL_ENABLE)) in ixgbe_disable_txr_hw()
Dixgbe_type.h2223 #define IXGBE_TXDCTL_ENABLE 0x02000000 /* Enable specific Tx Queue */ macro