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

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c66 struct bnxt_coal *hw_coal; local
73 hw_coal = &bp->rx_coal;
74 mult = hw_coal->bufs_per_record;
75 coal->rx_coalesce_usecs = hw_coal->coal_ticks;
76 coal->rx_max_coalesced_frames = hw_coal->coal_bufs / mult;
77 coal->rx_coalesce_usecs_irq = hw_coal->coal_ticks_irq;
78 coal->rx_max_coalesced_frames_irq = hw_coal->coal_bufs_irq / mult;
79 if (hw_coal->flags &
83 hw_coal = &bp->tx_coal;
84 mult = hw_coal
105 struct bnxt_coal *hw_coal; local
[all...]
H A Dbnxt.c7608 struct bnxt_coal *hw_coal,
7612 u16 val, tmr, max, flags = hw_coal->flags;
7615 max = hw_coal->bufs_per_record * 128;
7616 if (hw_coal->budget)
7617 max = hw_coal->bufs_per_record * hw_coal->budget;
7620 val = clamp_t(u16, hw_coal->coal_bufs, 1, max);
7626 val = clamp_t(u16, hw_coal->coal_bufs_irq, 1,
7630 tmr = bnxt_usec_to_coal_tmr(bp, hw_coal->coal_ticks);
7648 tmr = bnxt_usec_to_coal_tmr(bp, hw_coal
7607 bnxt_hwrm_set_coal_params(struct bnxt *bp, struct bnxt_coal *hw_coal, struct hwrm_ring_cmpl_ring_cfg_aggint_params_input *req) argument
7663 __bnxt_hwrm_set_coal_nq(struct bnxt *bp, struct bnxt_napi *bnapi, struct bnxt_coal *hw_coal) argument
7773 struct bnxt_coal *hw_coal; local
[all...]

Completed in 163 milliseconds