Home
last modified time | relevance | path

Searched full:t_clk (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c414 unsigned int t_clk; member
1139 token_rate = ((rate / 1000) * 64) / (mp->t_clk / 1000); in tx_set_rate()
1171 token_rate = ((rate / 1000) * 64) / (mp->t_clk / 1000); in txq_set_rate()
1345 * Hardware coalescing parameters are set in units of 64 t_clk
1366 temp += mp->t_clk / 2; in get_rx_coal()
1367 do_div(temp, mp->t_clk); in get_rx_coal()
1377 temp = (u64)usec * mp->t_clk; in set_rx_coal()
1403 temp += mp->t_clk / 2; in get_tx_coal()
1404 do_div(temp, mp->t_clk); in get_tx_coal()
1413 temp = (u64)usec * mp->t_clk; in set_tx_coal()
[all …]