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