Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_hw.c2263 u32 tx_coalesce_usecs, tx_max_frames; in qlcnic_83xx_config_intr_coal() local
2270 tx_max_frames = ethcoal->tx_max_coalesced_frames; in qlcnic_83xx_config_intr_coal()
2279 coal->tx_packets = tx_max_frames; in qlcnic_83xx_config_intr_coal()
2281 (coal->tx_packets == tx_max_frames)) { in qlcnic_83xx_config_intr_coal()
2290 coal->tx_packets = tx_max_frames; in qlcnic_83xx_config_intr_coal()