mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
nvethernet: ptp support for upcoming chip
Bug 4221043 Change-Id: I4689259e48705aa975ec33dddaba8fd7e941d304 Signed-off-by: Rakesh Goyal <rgoyal@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/nvethernet-docs/+/2968051 Tested-by: Sanath Kumar Gampa <sgampa@nvidia.com> Reviewed-by: Mahesh Patil <maheshp@nvidia.com> Reviewed-by: Ashutosh Jha <ajha@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com>
This commit is contained in:
committed by
Bhadram Varka
parent
7e2c08add0
commit
eb29db2879
@@ -112,6 +112,7 @@
|
||||
* @brief Ethernet default PTP clock frequency
|
||||
*/
|
||||
#define ETHER_DFLT_PTP_CLK 312500000U
|
||||
#define ETHER_DFLT_PTP_CLK_UFPGA 78125000U
|
||||
|
||||
/**
|
||||
* @brief Ethernet default PTP default RxQ
|
||||
@@ -391,6 +392,8 @@ struct ether_tx_ts_skb_list {
|
||||
struct sk_buff *skb;
|
||||
/** packet id to identify timestamp */
|
||||
unsigned int pktid;
|
||||
/** vdmaid to identify timestamp */
|
||||
unsigned int vdmaid;
|
||||
/** SKB jiffies to find time */
|
||||
unsigned long pkt_jiffies;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user