Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c615 if (!nic->ptp_skb) in nicvf_snd_ptp_handler()
627 skb_tstamp_tx(nic->ptp_skb, &ts); in nicvf_snd_ptp_handler()
631 dev_kfree_skb_any(nic->ptp_skb); in nicvf_snd_ptp_handler()
632 nic->ptp_skb = NULL; in nicvf_snd_ptp_handler()
695 !nic->pnicvf->ptp_skb) in nicvf_snd_pkt_handler()
696 nic->pnicvf->ptp_skb = skb; in nicvf_snd_pkt_handler()
1381 if (nic->ptp_skb) { in nicvf_stop()
1382 dev_kfree_skb_any(nic->ptp_skb); in nicvf_stop()
1383 nic->ptp_skb = NULL; in nicvf_stop()
1475 nic->ptp_skb = NULL; in nicvf_open()
Dnic.h346 struct sk_buff *ptp_skb; member