Searched refs:OCELOT_MAX_PTP_ID (Results 1 – 2 of 2) sorted by relevance
16 #define OCELOT_MAX_PTP_ID 63 macro
648 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()