Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/mscc/
H A Docelot_ptp.h16 #define OCELOT_MAX_PTP_ID 63 macro
/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_ptp.c674 DECLARE_BITMAP(ts_id_in_flight, OCELOT_MAX_PTP_ID); in ocelot_port_queue_ptp_tx_skb()
703 n = find_first_zero_bit(ts_id_in_flight, OCELOT_MAX_PTP_ID); in ocelot_port_queue_ptp_tx_skb()
704 if (n == OCELOT_MAX_PTP_ID) { in ocelot_port_queue_ptp_tx_skb()