Searched refs:port_hwtstamp_get (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/net/dsa/ |
D | port.c | 118 if (!ds->ops->port_hwtstamp_get || !ds->ops->port_hwtstamp_set) in dsa_port_supports_hwtstamp() 125 err = ds->ops->port_hwtstamp_get(ds, dp->index, ifr); in dsa_port_supports_hwtstamp()
|
D | slave.c | 467 if (ds->ops->port_hwtstamp_get) in dsa_slave_ioctl() 468 return ds->ops->port_hwtstamp_get(ds, port, ifr); in dsa_slave_ioctl()
|
/linux-6.1.9/include/net/ |
D | dsa.h | 1115 int (*port_hwtstamp_get)(struct dsa_switch *ds, int port, member
|
/linux-6.1.9/drivers/net/dsa/hirschmann/ |
D | hellcreek.c | 1923 .port_hwtstamp_get = hellcreek_port_hwtstamp_get,
|
/linux-6.1.9/drivers/net/dsa/ocelot/ |
D | felix.c | 2077 .port_hwtstamp_get = felix_hwtstamp_get,
|
/linux-6.1.9/drivers/net/dsa/sja1105/ |
D | sja1105_main.c | 3174 .port_hwtstamp_get = sja1105_hwtstamp_get,
|
/linux-6.1.9/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 6929 .port_hwtstamp_get = mv88e6xxx_port_hwtstamp_get,
|