Home
last modified time | relevance | path

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

/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-ethtool.c62 u32 rx_max_frames, tx_max_frames; in mcp251xfd_ring_get_coalesce() local
68 rx_max_frames = 1; in mcp251xfd_ring_get_coalesce()
70 rx_max_frames = priv->rx_obj_num_coalesce_irq; in mcp251xfd_ring_get_coalesce()
72 ec->rx_max_coalesced_frames_irq = rx_max_frames; in mcp251xfd_ring_get_coalesce()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.h37 u32 rx_max_frames; member
H A Dfbnic_netdev.c696 fbn->rx_max_frames = FBNIC_RX_FRAMES_DEFAULT; in fbnic_netdev_alloc()
H A Dfbnic_ethtool.c218 ec->rx_max_coalesced_frames = fbn->rx_max_frames; in fbnic_get_coalesce()
248 fbn->rx_max_frames = ec->rx_max_coalesced_frames; in fbnic_set_coalesce()
H A Dfbnic_txrx.c2225 fbn->rx_max_frames * in fbnic_config_rx_frames()
2261 fbnic_config_rim_threshold(rcq, nv->v_idx, fbn->rx_max_frames * in fbnic_enable_rcq()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_hw.c2270 u32 rx_coalesce_usecs, rx_max_frames; in qlcnic_83xx_config_intr_coal() local
2280 rx_max_frames = ethcoal->rx_max_coalesced_frames; in qlcnic_83xx_config_intr_coal()
2284 (coal->rx_packets == rx_max_frames)) { in qlcnic_83xx_config_intr_coal()
2292 coal->rx_packets = rx_max_frames; in qlcnic_83xx_config_intr_coal()
2296 coal->rx_packets = rx_max_frames; in qlcnic_83xx_config_intr_coal()