Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/xilinx/
Dll_temac_main.c387 lp->coalesce_delay_rx << 24 | lp->coalesce_count_rx << 16 | in temac_dma_bd_init()
1047 if (ll_temac_recv_buffers_available(lp) < lp->coalesce_count_rx) in ll_temac_recv()
1333 ec->rx_max_coalesced_frames = lp->coalesce_count_rx; in ll_temac_ethtools_get_coalesce()
1355 lp->coalesce_count_rx = ec->rx_max_coalesced_frames; in ll_temac_ethtools_set_coalesce()
1497 lp->coalesce_count_rx = 0x07; in temac_probe()
1566 lp->coalesce_count_rx = pdata->rx_irq_count; in temac_probe()
Dll_temac.h393 u8 coalesce_count_rx; member
Dxilinx_axienet_main.c234 lp->rx_dma_cr = (lp->coalesce_count_rx << XAXIDMA_COALESCE_SHIFT) | in axienet_dma_start()
239 if (lp->coalesce_count_rx > 1) in axienet_dma_start()
1525 ecoalesce->rx_max_coalesced_frames = lp->coalesce_count_rx; in axienet_ethtools_get_coalesce()
1560 lp->coalesce_count_rx = ecoalesce->rx_max_coalesced_frames; in axienet_ethtools_set_coalesce()
2095 lp->coalesce_count_rx = XAXIDMA_DFT_RX_THRESHOLD; in axienet_probe()
Dxilinx_axienet.h498 u32 coalesce_count_rx; member
/Linux-v6.1/drivers/net/ethernet/ni/
Dnixge.c204 u32 coalesce_count_rx; member
348 ((priv->coalesce_count_rx) << XAXIDMA_COALESCE_SHIFT)); in nixge_hw_dma_bd_init()
1032 priv->coalesce_count_rx = ecoalesce->rx_max_coalesced_frames; in nixge_ethtools_set_coalesce()
1319 priv->coalesce_count_rx = XAXIDMA_DFT_RX_THRESHOLD; in nixge_probe()