Searched refs:port_hwtstamp_get (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/net/dsa/ |
D | port.c | 123 if (!ds->ops->port_hwtstamp_get || !ds->ops->port_hwtstamp_set) in dsa_port_supports_hwtstamp() 131 err = ds->ops->port_hwtstamp_get(ds, dp->index, &ifr); in dsa_port_supports_hwtstamp()
|
D | user.c | 586 if (ds->ops->port_hwtstamp_get) in dsa_user_ioctl() 587 return ds->ops->port_hwtstamp_get(ds, port, ifr); in dsa_user_ioctl()
|
/linux-6.12.1/include/net/ |
D | dsa.h | 1147 int (*port_hwtstamp_get)(struct dsa_switch *ds, int port, member
|
/linux-6.12.1/drivers/net/dsa/hirschmann/ |
D | hellcreek.c | 1921 .port_hwtstamp_get = hellcreek_port_hwtstamp_get,
|
/linux-6.12.1/drivers/net/dsa/ocelot/ |
D | felix.c | 2268 .port_hwtstamp_get = felix_hwtstamp_get,
|
/linux-6.12.1/drivers/net/dsa/sja1105/ |
D | sja1105_main.c | 3237 .port_hwtstamp_get = sja1105_hwtstamp_get,
|
/linux-6.12.1/drivers/net/dsa/microchip/ |
D | ksz_common.c | 4373 .port_hwtstamp_get = ksz_hwtstamp_get,
|
/linux-6.12.1/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 7106 .port_hwtstamp_get = mv88e6xxx_port_hwtstamp_get,
|