Home
last modified time | relevance | path

Searched refs:tx_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
76 tx_max_frames = 1; in mcp251xfd_ring_get_coalesce()
78 tx_max_frames = priv->tx_obj_num_coalesce_irq; in mcp251xfd_ring_get_coalesce()
80 ec->tx_max_coalesced_frames_irq = tx_max_frames; in mcp251xfd_ring_get_coalesce()
/Linux-v6.6/tools/net/ynl/generated/
Dethtool-user.h2592 __u32 tx_max_frames:1; member
2622 __u32 tx_max_frames; member
2730 __u32 tx_max_frames:1; member
2760 __u32 tx_max_frames; member
2854 __u32 tx_max_frames) in ethtool_coalesce_set_req_set_tx_max_frames() argument
2856 req->_present.tx_max_frames = 1; in ethtool_coalesce_set_req_set_tx_max_frames()
2857 req->tx_max_frames = tx_max_frames; in ethtool_coalesce_set_req_set_tx_max_frames()
Dethtool-user.c3594 dst->_present.tx_max_frames = 1; in ethtool_coalesce_get_rsp_parse()
3595 dst->tx_max_frames = mnl_attr_get_u32(attr); in ethtool_coalesce_get_rsp_parse()
3819 if (req->_present.tx_max_frames) in ethtool_coalesce_set()
3820 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_TX_MAX_FRAMES, req->tx_max_frames); in ethtool_coalesce_set()
/Linux-v6.6/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_83xx_hw.c2269 u32 tx_coalesce_usecs, tx_max_frames; in qlcnic_83xx_config_intr_coal() local
2276 tx_max_frames = ethcoal->tx_max_coalesced_frames; in qlcnic_83xx_config_intr_coal()
2285 coal->tx_packets = tx_max_frames; in qlcnic_83xx_config_intr_coal()
2287 (coal->tx_packets == tx_max_frames)) { in qlcnic_83xx_config_intr_coal()
2296 coal->tx_packets = tx_max_frames; in qlcnic_83xx_config_intr_coal()