linux_dsm_epyc7002/drivers/net/ethernet/intel/ixgbe
Thomas Gleixner a5a1d1c291 clocksource: Use a plain u64 instead of cycle_t
There is no point in having an extra type for extra confusion. u64 is
unambiguous.

Conversion was done with the following coccinelle script:

@rem@
@@
-typedef u64 cycle_t;

@fix@
typedef cycle_t;
@@
-cycle_t
+u64

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: John Stultz <john.stultz@linaro.org>
2016-12-25 11:04:12 +01:00
..
ixgbe_82598.c ixgbe: Add X553 PHY FC autoneg support 2016-11-04 17:15:32 -07:00
ixgbe_82599.c ixgbe: Add X553 PHY FC autoneg support 2016-11-04 17:15:32 -07:00
ixgbe_common.c ixgbe: Add X553 PHY FC autoneg support 2016-11-04 17:15:32 -07:00
ixgbe_common.h ixgbe: Add support to retrieve and store LED link active 2016-11-04 17:03:46 -07:00
ixgbe_dcb_82598.c ixgbe: use BIT() macro 2016-04-25 04:15:11 -07:00
ixgbe_dcb_82598.h
ixgbe_dcb_82599.c ixgbe: use BIT() macro 2016-04-25 04:15:11 -07:00
ixgbe_dcb_82599.h ixgbe: clean up checkpatch warnings about CODE_INDENT and LEADING_SPACE 2014-05-23 05:24:04 -07:00
ixgbe_dcb_nl.c ixgbe: use BIT() macro 2016-04-25 04:15:11 -07:00
ixgbe_dcb.c ixgbe: use BIT() macro 2016-04-25 04:15:11 -07:00
ixgbe_dcb.h IXGBE: Set the SW prio_tc values at initialization to the HW setting. 2013-05-21 03:14:21 -07:00
ixgbe_debugfs.c ixgbe: don't check NULL for debugfs_remove_recursive 2014-05-23 05:28:24 -07:00
ixgbe_ethtool.c ixgbe: Add support to retrieve and store LED link active 2016-11-04 17:03:46 -07:00
ixgbe_fcoe.c ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled 2016-01-08 04:15:00 -08:00
ixgbe_fcoe.h ixgbe: adds x550 specific FCoE offloads 2015-04-10 00:15:55 -07:00
ixgbe_lib.c ixgbe: Support 4 queue RSS on VFs with 1 or 2 queue RSS on PF 2016-09-23 00:21:52 -07:00
ixgbe_main.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2016-12-03 12:29:53 -05:00
ixgbe_mbx.c ixgbe: use BIT() macro 2016-04-25 04:15:11 -07:00
ixgbe_mbx.h ixgbe: Make all unchanging ops structures const 2016-04-04 13:36:58 -07:00
ixgbe_model.h ixgbe: Fix deleting link filters for cls_u32 offloads 2016-06-29 10:05:24 -07:00
ixgbe_phy.c ixgbe: Correct X550 phy ID 2016-11-04 17:29:15 -07:00
ixgbe_phy.h ixgbe: use link instead of I2C combined abstraction 2016-11-04 17:22:06 -07:00
ixgbe_ptp.c clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00
ixgbe_sriov.c Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 2016-09-24 08:21:49 -04:00
ixgbe_sriov.h net: Update API for VF vlan protocol 802.1ad support 2016-09-24 08:01:26 -04:00
ixgbe_sysfs.c ixgbe: add Linux NICS mailing list to contact info 2014-03-12 19:05:30 -07:00
ixgbe_type.h ixgbe: Correct X550 phy ID 2016-11-04 17:29:15 -07:00
ixgbe_x540.c ixgbe: Add X553 PHY FC autoneg support 2016-11-04 17:15:32 -07:00
ixgbe_x540.h ixgbe: Place SWFW semaphore in known valid state at probe 2016-04-04 17:44:50 -07:00
ixgbe_x550.c ixgbe: Add X553 FW ALEF support 2016-11-04 17:27:05 -07:00
ixgbe.h ixgbe: Add X553 PHY FC autoneg support 2016-11-04 17:15:32 -07:00
Makefile ixgbe: Add X550 support function pointers 2014-12-05 09:13:07 -08:00