Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c68 struct bnxt_coal *hw_coal; in bnxt_get_coalesce() local
75 hw_coal = &bp->rx_coal; in bnxt_get_coalesce()
76 mult = hw_coal->bufs_per_record; in bnxt_get_coalesce()
77 coal->rx_coalesce_usecs = hw_coal->coal_ticks; in bnxt_get_coalesce()
78 coal->rx_max_coalesced_frames = hw_coal->coal_bufs / mult; in bnxt_get_coalesce()
79 coal->rx_coalesce_usecs_irq = hw_coal->coal_ticks_irq; in bnxt_get_coalesce()
80 coal->rx_max_coalesced_frames_irq = hw_coal->coal_bufs_irq / mult; in bnxt_get_coalesce()
81 if (hw_coal->flags & in bnxt_get_coalesce()
85 hw_coal = &bp->tx_coal; in bnxt_get_coalesce()
86 mult = hw_coal->bufs_per_record; in bnxt_get_coalesce()
[all …]