Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/phy/
Dnxp-c45-tja11xx.c184 #define NXP_C45_SKB_CB(skb) ((struct nxp_c45_skb_cb *)(skb)->cb) macro
678 ts_match = nxp_c45_match_ts(NXP_C45_SKB_CB(skb)->header, txts, in nxp_c45_process_txts()
679 NXP_C45_SKB_CB(skb)->type); in nxp_c45_process_txts()
728 ts_raw = __be32_to_cpu(NXP_C45_SKB_CB(skb)->header->reserved2); in nxp_c45_do_aux_work()
734 NXP_C45_SKB_CB(skb)->header->reserved2 = 0; in nxp_c45_do_aux_work()
990 NXP_C45_SKB_CB(skb)->type = type; in nxp_c45_txtstamp()
991 NXP_C45_SKB_CB(skb)->header = ptp_parse_header(skb, type); in nxp_c45_txtstamp()
1017 NXP_C45_SKB_CB(skb)->header = header; in nxp_c45_rxtstamp()