Searched refs:rx_max_coalesced_frames_irq (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/net/can/spi/mcp251xfd/ |
D | mcp251xfd-ram.c | 115 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()
|
D | mcp251xfd-ethtool.c | 72 ec->rx_max_coalesced_frames_irq = rx_max_frames; in mcp251xfd_ring_get_coalesce()
|
D | mcp251xfd-ring.c | 486 .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/ |
D | m_can.h | 105 u32 rx_max_coalesced_frames_irq; member
|
D | m_can.c | 1486 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/ |
D | coalesce.c | 226 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()
|
D | ioctl.c | 1960 if (coalesce->rx_max_coalesced_frames_irq) in ethtool_set_coalesce_supported()
|
/linux-6.12.1/include/uapi/linux/ |
D | ethtool.h | 478 __u32 rx_max_coalesced_frames_irq; member
|
/linux-6.12.1/drivers/net/ethernet/marvell/ |
D | sky2.c | 4084 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/ |
D | bnxt_ethtool.c | 78 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/ |
D | tg3.c | 9534 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()
|
D | bnx2.c | 7242 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()
|