Searched refs:coal (Results 1 – 3 of 3) sorted by relevance
2898 unsigned int coal; local2899 coal = ((t_clk / 1000000) * delay) / 64;2902 ((coal & 0x3fff) << 8) |2905 return coal;2936 unsigned int coal; local2937 coal = ((t_clk / 1000000) * delay) / 64;2940 coal << 4);2941 return coal;
2249 struct ethtool_coalesce coal; member
2515 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()