Searched full:t_clk (Results 1 – 3 of 3) sorted by relevance
414 unsigned int t_clk; member1139 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()1344 * Hardware coalescing parameters are set in units of 64 t_clk1365 temp += mp->t_clk / 2; in get_rx_coal()1366 do_div(temp, mp->t_clk); in get_rx_coal()1376 temp = (u64)usec * mp->t_clk; in set_rx_coal()1402 temp += mp->t_clk / 2; in get_tx_coal()1403 do_div(temp, mp->t_clk); in get_tx_coal()1412 temp = (u64)usec * mp->t_clk; in set_tx_coal()[all …]
11 least one half of t_CLK. At an SPI frequency of 1MHz, this means a minimum
548 * t_clk = 2*ref_freq*(mfi + mfn/(mfd+1))/(pd+1)