IXGBE_TXDCTL_ENABLE 3483 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	u32 txdctl = IXGBE_TXDCTL_ENABLE;
IXGBE_TXDCTL_ENABLE 3562 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	} while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE));
IXGBE_TXDCTL_ENABLE 5885 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		if (!(txdctl & IXGBE_TXDCTL_ENABLE))
IXGBE_TXDCTL_ENABLE 10439 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		if (!(txdctl & IXGBE_TXDCTL_ENABLE))
IXGBE_TXDCTL_ENABLE  753 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c 			reg_val |= IXGBE_TXDCTL_ENABLE;
IXGBE_TXDCTL_ENABLE  755 drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c 			reg_val &= ~IXGBE_TXDCTL_ENABLE;
IXGBE_TXDCTL_ENABLE 1682 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	u32 txdctl = IXGBE_TXDCTL_ENABLE;
IXGBE_TXDCTL_ENABLE 1735 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	}  while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE));
IXGBE_TXDCTL_ENABLE  187 drivers/net/ethernet/intel/ixgbevf/vf.c 		if (reg_val & IXGBE_TXDCTL_ENABLE) {
IXGBE_TXDCTL_ENABLE  188 drivers/net/ethernet/intel/ixgbevf/vf.c 			reg_val &= ~IXGBE_TXDCTL_ENABLE;