Home
last modified time | relevance | path

Searched refs:port_hwtstamp_get (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/net/dsa/
Dport.c118 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()
Dslave.c467 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/
Ddsa.h1115 int (*port_hwtstamp_get)(struct dsa_switch *ds, int port, member
/linux-6.1.9/drivers/net/dsa/hirschmann/
Dhellcreek.c1923 .port_hwtstamp_get = hellcreek_port_hwtstamp_get,
/linux-6.1.9/drivers/net/dsa/ocelot/
Dfelix.c2077 .port_hwtstamp_get = felix_hwtstamp_get,
/linux-6.1.9/drivers/net/dsa/sja1105/
Dsja1105_main.c3174 .port_hwtstamp_get = sja1105_hwtstamp_get,
/linux-6.1.9/drivers/net/dsa/mv88e6xxx/
Dchip.c6929 .port_hwtstamp_get = mv88e6xxx_port_hwtstamp_get,