dsa.h (ebbcac3dc26b51d8eeaa228cc2a969cfe4cc5bb3) | dsa.h (cf536ea3c7eefb26082836eb7f930b293dd38345) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2/* 3 * include/net/dsa.h - Driver for Distributed Switch Architecture switch chips 4 * Copyright (c) 2008-2009 Marvell Semiconductor 5 */ 6 7#ifndef __LINUX_NET_DSA_H 8#define __LINUX_NET_DSA_H --- 727 unchanged lines hidden (view full) --- 736 /* 737 * PTP functionality 738 */ 739 int (*port_hwtstamp_get)(struct dsa_switch *ds, int port, 740 struct ifreq *ifr); 741 int (*port_hwtstamp_set)(struct dsa_switch *ds, int port, 742 struct ifreq *ifr); 743 bool (*port_txtstamp)(struct dsa_switch *ds, int port, | 1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2/* 3 * include/net/dsa.h - Driver for Distributed Switch Architecture switch chips 4 * Copyright (c) 2008-2009 Marvell Semiconductor 5 */ 6 7#ifndef __LINUX_NET_DSA_H 8#define __LINUX_NET_DSA_H --- 727 unchanged lines hidden (view full) --- 736 /* 737 * PTP functionality 738 */ 739 int (*port_hwtstamp_get)(struct dsa_switch *ds, int port, 740 struct ifreq *ifr); 741 int (*port_hwtstamp_set)(struct dsa_switch *ds, int port, 742 struct ifreq *ifr); 743 bool (*port_txtstamp)(struct dsa_switch *ds, int port, |
744 struct sk_buff *clone, unsigned int type); | 744 struct sk_buff *clone); |
745 bool (*port_rxtstamp)(struct dsa_switch *ds, int port, 746 struct sk_buff *skb, unsigned int type); 747 748 /* Devlink parameters, etc */ 749 int (*devlink_param_get)(struct dsa_switch *ds, u32 id, 750 struct devlink_param_gset_ctx *ctx); 751 int (*devlink_param_set)(struct dsa_switch *ds, u32 id, 752 struct devlink_param_gset_ctx *ctx); --- 332 unchanged lines hidden --- | 745 bool (*port_rxtstamp)(struct dsa_switch *ds, int port, 746 struct sk_buff *skb, unsigned int type); 747 748 /* Devlink parameters, etc */ 749 int (*devlink_param_get)(struct dsa_switch *ds, u32 id, 750 struct devlink_param_gset_ctx *ctx); 751 int (*devlink_param_set)(struct dsa_switch *ds, u32 id, 752 struct devlink_param_gset_ctx *ctx); --- 332 unchanged lines hidden --- |