Lines Matching refs:coal
4437 tp->coal.stats_block_coalesce_usecs); in tg3_setup_phy()
8270 __tg3_set_coalesce(tp, &tp->coal); in tg3_reset_hw()
11290 memcpy(ec, &tp->coal, sizeof(*ec)); in tg3_get_coalesce()
11330 tp->coal.rx_coalesce_usecs = ec->rx_coalesce_usecs; in tg3_set_coalesce()
11331 tp->coal.tx_coalesce_usecs = ec->tx_coalesce_usecs; in tg3_set_coalesce()
11332 tp->coal.rx_max_coalesced_frames = ec->rx_max_coalesced_frames; in tg3_set_coalesce()
11333 tp->coal.tx_max_coalesced_frames = ec->tx_max_coalesced_frames; in tg3_set_coalesce()
11334 tp->coal.rx_coalesce_usecs_irq = ec->rx_coalesce_usecs_irq; in tg3_set_coalesce()
11335 tp->coal.tx_coalesce_usecs_irq = ec->tx_coalesce_usecs_irq; in tg3_set_coalesce()
11336 tp->coal.rx_max_coalesced_frames_irq = ec->rx_max_coalesced_frames_irq; in tg3_set_coalesce()
11337 tp->coal.tx_max_coalesced_frames_irq = ec->tx_max_coalesced_frames_irq; in tg3_set_coalesce()
11338 tp->coal.stats_block_coalesce_usecs = ec->stats_block_coalesce_usecs; in tg3_set_coalesce()
11342 __tg3_set_coalesce(tp, &tp->coal); in tg3_set_coalesce()
14600 struct ethtool_coalesce *ec = &tp->coal; in tg3_init_coal()