Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_main.c633 if (!nic->ptp_skb) in nicvf_snd_ptp_handler()
645 skb_tstamp_tx(nic->ptp_skb, &ts); in nicvf_snd_ptp_handler()
649 dev_kfree_skb_any(nic->ptp_skb); in nicvf_snd_ptp_handler()
650 nic->ptp_skb = NULL; in nicvf_snd_ptp_handler()
713 !nic->pnicvf->ptp_skb) in nicvf_snd_pkt_handler()
714 nic->pnicvf->ptp_skb = skb; in nicvf_snd_pkt_handler()
1405 if (nic->ptp_skb) { in nicvf_stop()
1406 dev_kfree_skb_any(nic->ptp_skb); in nicvf_stop()
1407 nic->ptp_skb = NULL; in nicvf_stop()
1511 nic->ptp_skb = NULL; in nicvf_open()
H A Dnic.h347 struct sk_buff *ptp_skb; member