Searched refs:enetc_cycles_to_usecs (Results 1 – 2 of 2) sorted by relevance
767 ic->tx_coalesce_usecs = enetc_cycles_to_usecs(priv->tx_ictt, clk_freq); in enetc_get_coalesce()768 ic->rx_coalesce_usecs = enetc_cycles_to_usecs(v->rx_ictt, clk_freq); in enetc_get_coalesce()
984 static inline u32 enetc_cycles_to_usecs(u32 cycles, u64 clk_freq) in enetc_cycles_to_usecs() function