Home
last modified time | relevance | path

Searched refs:OCELOT_SKB_CB (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/dsa/
H A Docelot.h24 #define OCELOT_SKB_CB(skb) \ macro
265 struct sk_buff *clone = OCELOT_SKB_CB(skb)->clone; in ocelot_ptp_rew_op()
266 u8 ptp_cmd = OCELOT_SKB_CB(skb)->ptp_cmd; in ocelot_ptp_rew_op()
271 rew_op |= OCELOT_SKB_CB(clone)->ts_id << 3; in ocelot_ptp_rew_op()
/linux/drivers/net/ethernet/mscc/
H A Docelot_ptp.c644 if (OCELOT_SKB_CB(skb)->ts_id != ts_id) in ocelot_port_dequeue_ptp_tx_skb()
651 hdr = ptp_parse_header(skb, OCELOT_SKB_CB(skb)->ptp_class); in ocelot_port_dequeue_ptp_tx_skb()
681 if (time_before(OCELOT_SKB_CB(skb)->ptp_tx_time + in ocelot_port_queue_ptp_tx_skb()
685 port, OCELOT_SKB_CB(skb)->ts_id); in ocelot_port_queue_ptp_tx_skb()
690 __set_bit(OCELOT_SKB_CB(skb)->ts_id, ts_id_in_flight); in ocelot_port_queue_ptp_tx_skb()
706 OCELOT_SKB_CB(clone)->ts_id = n; in ocelot_port_queue_ptp_tx_skb()
707 OCELOT_SKB_CB(clone)->ptp_tx_time = jiffies; in ocelot_port_queue_ptp_tx_skb()
757 OCELOT_SKB_CB(skb)->ptp_cmd = ptp_cmd; in ocelot_port_txtstamp_request()
778 OCELOT_SKB_CB(skb)->ptp_cmd = ptp_cmd; in ocelot_port_txtstamp_request()
779 OCELOT_SKB_CB(*clone)->ptp_class = ptp_class; in ocelot_port_txtstamp_request()
/linux/net/dsa/
H A Dtag_ocelot.c123 OCELOT_SKB_CB(skb)->tstamp_lo = rew_val; in ocelot_rcv()
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1587 struct sk_buff *clone = OCELOT_SKB_CB(skb)->clone; in ocelot_port_purge_txtstamp_skb()
1850 u32 tstamp_lo = OCELOT_SKB_CB(skb)->tstamp_lo; in felix_rxtstamp()
1911 OCELOT_SKB_CB(skb)->clone = clone; in felix_txtstamp()