Home
last modified time | relevance | path

Searched refs:rx_max_coalesced_frames_irq (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-ram.c115 ec->rx_max_coalesced_frames_irq == 1)) { in can_ram_get_layout()
120 num_rx_coalesce = clamp(ec->rx_max_coalesced_frames_irq, in can_ram_get_layout()
Dmcp251xfd-ethtool.c72 ec->rx_max_coalesced_frames_irq = rx_max_frames; in mcp251xfd_ring_get_coalesce()
Dmcp251xfd-ring.c486 .rx_max_coalesced_frames_irq = priv->rx_obj_num_coalesce_irq == 0 ? in mcp251xfd_ring_alloc()
/linux-6.12.1/drivers/net/can/m_can/
Dm_can.h105 u32 rx_max_coalesced_frames_irq; member
Dm_can.c1486 FIELD_PREP(RXFC_FWM_MASK, cdev->rx_max_coalesced_frames_irq) | in m_can_chip_config()
2106 ec->rx_max_coalesced_frames_irq = cdev->rx_max_coalesced_frames_irq; in m_can_get_coalesce()
2127 if (ec->rx_max_coalesced_frames_irq > cdev->mcfg[MRAM_RXF0].num) { in m_can_set_coalesce()
2129 ec->rx_max_coalesced_frames_irq, in m_can_set_coalesce()
2133 if ((ec->rx_max_coalesced_frames_irq == 0) != (ec->rx_coalesce_usecs_irq == 0)) { in m_can_set_coalesce()
2173 cdev->rx_max_coalesced_frames_irq = ec->rx_max_coalesced_frames_irq; in m_can_set_coalesce()
/linux-6.12.1/net/ethtool/
Dcoalesce.c226 coal->rx_max_coalesced_frames_irq, supported) || in coalesce_fill_reply()
533 ethnl_update_u32(&coalesce.rx_max_coalesced_frames_irq, in __ethnl_set_coalesce()
Dioctl.c1960 if (coalesce->rx_max_coalesced_frames_irq) in ethtool_set_coalesce_supported()
/linux-6.12.1/include/uapi/linux/
Dethtool.h478 __u32 rx_max_coalesced_frames_irq; member
/linux-6.12.1/drivers/net/ethernet/marvell/
Dsky2.c4084 ecmd->rx_max_coalesced_frames_irq = sky2_read8(hw, STAT_FIFO_ISR_WM); in sky2_get_coalesce()
4108 if (ecmd->rx_max_coalesced_frames_irq > RX_MAX_PENDING) in sky2_set_coalesce()
4136 sky2_write8(hw, STAT_FIFO_ISR_WM, ecmd->rx_max_coalesced_frames_irq); in sky2_set_coalesce()
/linux-6.12.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c78 coal->rx_max_coalesced_frames_irq = hw_coal->coal_bufs_irq / mult; in bnxt_get_coalesce()
128 hw_coal->coal_bufs_irq = coal->rx_max_coalesced_frames_irq * mult; in bnxt_set_coalesce()
/linux-6.12.1/drivers/net/ethernet/broadcom/
Dtg3.c9534 tw32(HOSTCC_RXCOAL_MAXF_INT, ec->rx_max_coalesced_frames_irq); in tg3_coal_rx_init()
9550 tw32(reg, ec->rx_max_coalesced_frames_irq); in tg3_coal_rx_init()
14143 (ec->rx_max_coalesced_frames_irq > MAX_RXCOAL_MAXF_INT) || in tg3_set_coalesce()
14156 tp->coal.rx_max_coalesced_frames_irq = ec->rx_max_coalesced_frames_irq; in tg3_set_coalesce()
17636 ec->rx_max_coalesced_frames_irq = DEFAULT_RXCOAL_MAXF_INT; in tg3_init_coal()
Dbnx2.c7242 coal->rx_max_coalesced_frames_irq = bp->rx_quick_cons_trip_int; in bnx2_get_coalesce()
7270 bp->rx_quick_cons_trip_int = (u16) coal->rx_max_coalesced_frames_irq; in bnx2_set_coalesce()