Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-ethtool.c61 u32 rx_max_frames, tx_max_frames; in mcp251xfd_ring_get_coalesce() local
75 tx_max_frames = 1; in mcp251xfd_ring_get_coalesce()
77 tx_max_frames = priv->tx_obj_num_coalesce_irq; in mcp251xfd_ring_get_coalesce()
79 ec->tx_max_coalesced_frames_irq = tx_max_frames; in mcp251xfd_ring_get_coalesce()
/linux-5.19.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_hw.c2270 u32 tx_coalesce_usecs, tx_max_frames; in qlcnic_83xx_config_intr_coal() local
2277 tx_max_frames = ethcoal->tx_max_coalesced_frames; in qlcnic_83xx_config_intr_coal()
2286 coal->tx_packets = tx_max_frames; in qlcnic_83xx_config_intr_coal()
2288 (coal->tx_packets == tx_max_frames)) { in qlcnic_83xx_config_intr_coal()
2297 coal->tx_packets = tx_max_frames; in qlcnic_83xx_config_intr_coal()