Home
last modified time | relevance | path

Searched refs:coal (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dmv64340_eth.c2898 unsigned int coal; local
2899 coal = ((t_clk / 1000000) * delay) / 64;
2902 ((coal & 0x3fff) << 8) |
2905 return coal;
2936 unsigned int coal; local
2937 coal = ((t_clk / 1000000) * delay) / 64;
2940 coal << 4);
2941 return coal;
Dtg3.h2249 struct ethtool_coalesce coal; member
Dtg3.c2515 tp->coal.stats_block_coalesce_usecs); in tg3_setup_phy()
5434 tg3_set_coalesce(tp, &tp->coal); in tg3_reset_hw()
7307 memcpy(ec, &tp->coal, sizeof(*ec)); in tg3_get_coalesce()
9239 struct ethtool_coalesce *ec = &tp->coal; in tg3_init_coal()