Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_hw.c2264 u32 tx_coalesce_usecs, tx_max_frames; in qlcnic_83xx_config_intr_coal() local
2271 tx_max_frames = ethcoal->tx_max_coalesced_frames; in qlcnic_83xx_config_intr_coal()
2280 coal->tx_packets = tx_max_frames; in qlcnic_83xx_config_intr_coal()
2282 (coal->tx_packets == tx_max_frames)) { in qlcnic_83xx_config_intr_coal()
2291 coal->tx_packets = tx_max_frames; in qlcnic_83xx_config_intr_coal()