Home
last modified time | relevance | path

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

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