Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-ram.c129 ec->tx_max_coalesced_frames_irq == 1)) { in can_ram_get_layout()
134 num_tx_coalesce = clamp(ec->tx_max_coalesced_frames_irq, in can_ram_get_layout()
Dmcp251xfd-ethtool.c79 ec->tx_max_coalesced_frames_irq = tx_max_frames; in mcp251xfd_ring_get_coalesce()
/linux-5.19.10/net/ethtool/
Dcoalesce.c151 coal->tx_max_coalesced_frames_irq, supported) || in coalesce_fill_reply()
290 ethnl_update_u32(&coalesce.tx_max_coalesced_frames_irq, in ethnl_set_coalesce()
Dioctl.c1685 if (coalesce->tx_max_coalesced_frames_irq) in ethtool_set_coalesce_supported()
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1012 coal->tx_max_coalesced_frames_irq = priv->tx_work_limit; in mlx4_en_get_coalesce()
1034 if (!coal->tx_max_coalesced_frames_irq) in mlx4_en_set_coalesce()
1076 priv->tx_work_limit = coal->tx_max_coalesced_frames_irq; in mlx4_en_set_coalesce()
/linux-5.19.10/include/uapi/linux/
Dethtool.h484 __u32 tx_max_coalesced_frames_irq; member
/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c2795 ec->tx_max_coalesced_frames_irq = vsi->work_limit; in __i40e_get_coalesce()
2930 if (ec->tx_max_coalesced_frames_irq || ec->rx_max_coalesced_frames_irq) in __i40e_set_coalesce()
2931 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in __i40e_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c87 coal->tx_max_coalesced_frames_irq = hw_coal->coal_bufs_irq / mult; in bnxt_get_coalesce()
139 hw_coal->coal_bufs_irq = coal->tx_max_coalesced_frames_irq * mult; in bnxt_set_coalesce()
/linux-5.19.10/drivers/net/ethernet/broadcom/
Dtg3.c9423 tw32(HOSTCC_TXCOAL_MAXF_INT, ec->tx_max_coalesced_frames_irq); in tg3_coal_tx_init()
9437 tw32(reg, ec->tx_max_coalesced_frames_irq); in tg3_coal_tx_init()
14044 (ec->tx_max_coalesced_frames_irq > MAX_TXCOAL_MAXF_INT) || in tg3_set_coalesce()
14057 tp->coal.tx_max_coalesced_frames_irq = ec->tx_max_coalesced_frames_irq; in tg3_set_coalesce()
17532 ec->tx_max_coalesced_frames_irq = DEFAULT_TXCOAL_MAXF_INT; in tg3_init_coal()
Dbnx2.c7262 coal->tx_max_coalesced_frames_irq = bp->tx_quick_cons_trip_int; in bnx2_get_coalesce()
7298 bp->tx_quick_cons_trip_int = (u16) coal->tx_max_coalesced_frames_irq; in bnx2_set_coalesce()