Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/phy/
Dnxp-c45-tja11xx.c197 #define NXP_C45_SKB_CB(skb) ((struct nxp_c45_skb_cb *)(skb)->cb) macro
425 ts_match = nxp_c45_match_ts(NXP_C45_SKB_CB(skb)->header, txts, in nxp_c45_process_txts()
426 NXP_C45_SKB_CB(skb)->type); in nxp_c45_process_txts()
474 ts_raw = __be32_to_cpu(NXP_C45_SKB_CB(skb)->header->reserved2); in nxp_c45_do_aux_work()
480 NXP_C45_SKB_CB(skb)->header->reserved2 = 0; in nxp_c45_do_aux_work()
698 NXP_C45_SKB_CB(skb)->type = type; in nxp_c45_txtstamp()
699 NXP_C45_SKB_CB(skb)->header = ptp_parse_header(skb, type); in nxp_c45_txtstamp()
725 NXP_C45_SKB_CB(skb)->header = header; in nxp_c45_rxtstamp()