Searched refs:port_txtstamp (Results 1 – 6 of 6) sorted by relevance
627 bool (*port_txtstamp)(struct dsa_switch *ds, int port, member
814 .port_txtstamp = felix_txtstamp,
518 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()
637 - ``.port_txtstamp()``: The driver is passed a clone of the timestampable skb643 ``.port_txtstamp()`` method, the driver only needs to save the clone for
3388 .port_txtstamp = sja1105_port_txtstamp,
5420 .port_txtstamp = mv88e6xxx_port_txtstamp,