Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/can/spi/mcp251xfd/
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-v6.6/tools/net/ynl/generated/
Dethtool-user.h2588 __u32 rx_max_frames:1; member
2618 __u32 rx_max_frames; member
2726 __u32 rx_max_frames:1; member
2756 __u32 rx_max_frames; member
2826 __u32 rx_max_frames) in ethtool_coalesce_set_req_set_rx_max_frames() argument
2828 req->_present.rx_max_frames = 1; in ethtool_coalesce_set_req_set_rx_max_frames()
2829 req->rx_max_frames = rx_max_frames; in ethtool_coalesce_set_req_set_rx_max_frames()
Dethtool-user.c3574 dst->_present.rx_max_frames = 1; in ethtool_coalesce_get_rsp_parse()
3575 dst->rx_max_frames = mnl_attr_get_u32(attr); in ethtool_coalesce_get_rsp_parse()
3811 if (req->_present.rx_max_frames) in ethtool_coalesce_set()
3812 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_RX_MAX_FRAMES, req->rx_max_frames); in ethtool_coalesce_set()
/Linux-v6.6/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_hw.c2268 u32 rx_coalesce_usecs, rx_max_frames; in qlcnic_83xx_config_intr_coal() local
2278 rx_max_frames = ethcoal->rx_max_coalesced_frames; in qlcnic_83xx_config_intr_coal()
2282 (coal->rx_packets == rx_max_frames)) { in qlcnic_83xx_config_intr_coal()
2290 coal->rx_packets = rx_max_frames; in qlcnic_83xx_config_intr_coal()
2294 coal->rx_packets = rx_max_frames; in qlcnic_83xx_config_intr_coal()