Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_ptp.c660 ocelot->ptp_skbs_in_flight--; in ocelot_port_dequeue_ptp_tx_skb()
692 ocelot->ptp_skbs_in_flight--; in ocelot_port_queue_ptp_tx_skb()
698 if (ocelot->ptp_skbs_in_flight == OCELOT_PTP_FIFO_SIZE) { in ocelot_port_queue_ptp_tx_skb()
712 ocelot->ptp_skbs_in_flight++; in ocelot_port_queue_ptp_tx_skb()
/openbmc/linux/include/soc/mscc/
H A Docelot.h880 unsigned int ptp_skbs_in_flight; member