linux-stable/drivers/net/ethernet/cadence
Harini Katakam 8c0d0fe044 net: macb: Optimize reading HW timestamp
The seconds input from BD (6 bits) just needs to be ORed with the
upper bits from timer in this function. Avoid addition operation
every single time. Seconds rollover handling is left untouched.

Signed-off-by: Harini Katakam <harini.katakam@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-04-13 22:16:09 -07:00
..
Kconfig
macb.h net: macb: Enable PTP unicast 2023-04-13 22:16:09 -07:00
macb_main.c net: macb: Enable PTP unicast 2023-04-13 22:16:09 -07:00
macb_pci.c net: macb: fix use after free on rmmod 2021-09-09 10:55:44 +01:00
macb_ptp.c net: macb: Optimize reading HW timestamp 2023-04-13 22:16:09 -07:00
Makefile