Home
last modified time | relevance | path

Searched refs:port_txtstamp (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/include/net/
Ddsa.h627 bool (*port_txtstamp)(struct dsa_switch *ds, int port, member
/Linux-v5.10/drivers/net/dsa/ocelot/
Dfelix.c795 .port_txtstamp = felix_txtstamp,
/Linux-v5.10/net/dsa/
Dslave.c518 if (!ds->ops->port_txtstamp) in dsa_skb_tx_timestamp()
527 if (ds->ops->port_txtstamp(ds, p->dp->index, clone, type)) in dsa_skb_tx_timestamp()
/Linux-v5.10/Documentation/networking/
Dtimestamping.rst637 - ``.port_txtstamp()``: The driver is passed a clone of the timestampable skb
643 ``.port_txtstamp()`` method, the driver only needs to save the clone for
/Linux-v5.10/drivers/net/dsa/sja1105/
Dsja1105_main.c3311 .port_txtstamp = sja1105_port_txtstamp,
/Linux-v5.10/drivers/net/dsa/mv88e6xxx/
Dchip.c5379 .port_txtstamp = mv88e6xxx_port_txtstamp,