Home
last modified time | relevance | path

Searched refs:coalesce_count_rx (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/xilinx/
Dll_temac_main.c385 lp->coalesce_delay_rx << 24 | lp->coalesce_count_rx << 16 | in temac_dma_bd_init()
1045 if (ll_temac_recv_buffers_available(lp) < lp->coalesce_count_rx) in ll_temac_recv()
1331 ec->rx_max_coalesced_frames = lp->coalesce_count_rx; in ll_temac_ethtools_get_coalesce()
1353 lp->coalesce_count_rx = ec->rx_max_coalesced_frames; in ll_temac_ethtools_set_coalesce()
1494 lp->coalesce_count_rx = 0x07; in temac_probe()
1563 lp->coalesce_count_rx = pdata->rx_irq_count; in temac_probe()
Dll_temac.h394 u8 coalesce_count_rx; member
Dxilinx_axienet.h610 u32 coalesce_count_rx; member
Dxilinx_axienet_main.c255 lp->rx_dma_cr = (lp->coalesce_count_rx << XAXIDMA_COALESCE_SHIFT) | in axienet_dma_start()
260 if (lp->coalesce_count_rx > 1) in axienet_dma_start()
2025 ecoalesce->rx_max_coalesced_frames = lp->coalesce_count_rx; in axienet_ethtools_get_coalesce()
2060 lp->coalesce_count_rx = ecoalesce->rx_max_coalesced_frames; in axienet_ethtools_set_coalesce()
2846 lp->coalesce_count_rx = XAXIDMA_DFT_RX_THRESHOLD; in axienet_probe()
/linux-6.12.1/drivers/net/ethernet/ni/
Dnixge.c203 u32 coalesce_count_rx; member
347 ((priv->coalesce_count_rx) << XAXIDMA_COALESCE_SHIFT)); in nixge_hw_dma_bd_init()
1030 priv->coalesce_count_rx = ecoalesce->rx_max_coalesced_frames; in nixge_ethtools_set_coalesce()
1346 priv->coalesce_count_rx = XAXIDMA_DFT_RX_THRESHOLD; in nixge_probe()