Searched refs:ptp_skb (Results 1 – 2 of 2) sorted by relevance
636 if (!nic->ptp_skb) in nicvf_snd_ptp_handler()648 skb_tstamp_tx(nic->ptp_skb, &ts); in nicvf_snd_ptp_handler()652 dev_kfree_skb_any(nic->ptp_skb); in nicvf_snd_ptp_handler()653 nic->ptp_skb = NULL; in nicvf_snd_ptp_handler()716 !nic->pnicvf->ptp_skb) in nicvf_snd_pkt_handler()717 nic->pnicvf->ptp_skb = skb; in nicvf_snd_pkt_handler()1408 if (nic->ptp_skb) { in nicvf_stop()1409 dev_kfree_skb_any(nic->ptp_skb); in nicvf_stop()1410 nic->ptp_skb = NULL; in nicvf_stop()1517 nic->ptp_skb = NULL; in nicvf_open()
347 struct sk_buff *ptp_skb; member