Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-ram.c138 ec->tx_max_coalesced_frames_irq == 1)) { in can_ram_get_layout()
143 num_tx_coalesce = clamp(ec->tx_max_coalesced_frames_irq, in can_ram_get_layout()
Dmcp251xfd-ethtool.c80 ec->tx_max_coalesced_frames_irq = tx_max_frames; in mcp251xfd_ring_get_coalesce()
Dmcp251xfd-ring.c489 .tx_max_coalesced_frames_irq = priv->tx_obj_num_coalesce_irq == 0 ? in mcp251xfd_ring_alloc()
/linux-6.14.4/drivers/net/ethernet/wangxun/libwx/
Dwx_ethtool.c284 ec->tx_max_coalesced_frames_irq = wx->tx_work_limit; in wx_get_coalesce()
322 if (ec->tx_max_coalesced_frames_irq) in wx_set_coalesce()
323 wx->tx_work_limit = ec->tx_max_coalesced_frames_irq; in wx_set_coalesce()
/linux-6.14.4/drivers/net/can/m_can/
Dm_can.h110 u32 tx_max_coalesced_frames_irq; member
Dm_can.c1503 cdev->tx_max_coalesced_frames_irq) | in m_can_chip_config()
2145 ec->tx_max_coalesced_frames_irq = cdev->tx_max_coalesced_frames_irq; in m_can_get_coalesce()
2173 if (ec->tx_max_coalesced_frames_irq > cdev->mcfg[MRAM_TXE].num) { in m_can_set_coalesce()
2175 ec->tx_max_coalesced_frames_irq, in m_can_set_coalesce()
2179 if (ec->tx_max_coalesced_frames_irq > cdev->mcfg[MRAM_TXB].num) { in m_can_set_coalesce()
2181 ec->tx_max_coalesced_frames_irq, in m_can_set_coalesce()
2185 if ((ec->tx_max_coalesced_frames_irq == 0) != (ec->tx_coalesce_usecs_irq == 0)) { in m_can_set_coalesce()
2212 cdev->tx_max_coalesced_frames_irq = ec->tx_max_coalesced_frames_irq; in m_can_set_coalesce()
/linux-6.14.4/net/ethtool/
Dcoalesce.c234 coal->tx_max_coalesced_frames_irq, supported) || in coalesce_fill_reply()
541 ethnl_update_u32(&coalesce.tx_max_coalesced_frames_irq, in __ethnl_set_coalesce()
Dioctl.c1982 if (coalesce->tx_max_coalesced_frames_irq) in ethtool_set_coalesce_supported()
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c993 coal->tx_max_coalesced_frames_irq = priv->tx_work_limit; in mlx4_en_get_coalesce()
1015 if (!coal->tx_max_coalesced_frames_irq) in mlx4_en_set_coalesce()
1057 priv->tx_work_limit = coal->tx_max_coalesced_frames_irq; in mlx4_en_set_coalesce()
/linux-6.14.4/include/uapi/linux/
Dethtool.h482 __u32 tx_max_coalesced_frames_irq; member
/linux-6.14.4/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c2889 ec->tx_max_coalesced_frames_irq = vsi->work_limit; in __i40e_get_coalesce()
3023 if (ec->tx_max_coalesced_frames_irq) in __i40e_set_coalesce()
3024 vsi->work_limit = ec->tx_max_coalesced_frames_irq; in __i40e_set_coalesce()
/linux-6.14.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c89 coal->tx_max_coalesced_frames_irq = hw_coal->coal_bufs_irq / mult; in bnxt_get_coalesce()
141 hw_coal->coal_bufs_irq = coal->tx_max_coalesced_frames_irq * mult; in bnxt_set_coalesce()
/linux-6.14.4/drivers/net/ethernet/broadcom/
Dtg3.c9536 tw32(HOSTCC_TXCOAL_MAXF_INT, ec->tx_max_coalesced_frames_irq); in tg3_coal_tx_init()
9550 tw32(reg, ec->tx_max_coalesced_frames_irq); in tg3_coal_tx_init()
14197 (ec->tx_max_coalesced_frames_irq > MAX_TXCOAL_MAXF_INT) || in tg3_set_coalesce()
14210 tp->coal.tx_max_coalesced_frames_irq = ec->tx_max_coalesced_frames_irq; in tg3_set_coalesce()
17694 ec->tx_max_coalesced_frames_irq = DEFAULT_TXCOAL_MAXF_INT; in tg3_init_coal()
Dbnx2.c7247 coal->tx_max_coalesced_frames_irq = bp->tx_quick_cons_trip_int; in bnx2_get_coalesce()
7283 bp->tx_quick_cons_trip_int = (u16) coal->tx_max_coalesced_frames_irq; in bnx2_set_coalesce()