Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/xilinx/
Dll_temac_main.c380 lp->coalesce_delay_tx << 24 | lp->coalesce_count_tx << 16 | in temac_dma_bd_init()
1332 ec->tx_max_coalesced_frames = lp->coalesce_count_tx; in ll_temac_ethtools_get_coalesce()
1355 lp->coalesce_count_tx = ec->tx_max_coalesced_frames; in ll_temac_ethtools_set_coalesce()
1492 lp->coalesce_count_tx = 0x22; in temac_probe()
1559 lp->coalesce_count_tx = pdata->tx_irq_count; in temac_probe()
Dll_temac.h392 u8 coalesce_count_tx; member
Dxilinx_axienet.h612 u32 coalesce_count_tx; member
Dxilinx_axienet_main.c267 lp->tx_dma_cr = (lp->coalesce_count_tx << XAXIDMA_COALESCE_SHIFT) | in axienet_dma_start()
272 if (lp->coalesce_count_tx > 1) in axienet_dma_start()
2027 ecoalesce->tx_max_coalesced_frames = lp->coalesce_count_tx; in axienet_ethtools_get_coalesce()
2064 lp->coalesce_count_tx = ecoalesce->tx_max_coalesced_frames; in axienet_ethtools_set_coalesce()
2847 lp->coalesce_count_tx = XAXIDMA_DFT_TX_THRESHOLD; in axienet_probe()
/linux-6.12.1/drivers/net/ethernet/ni/
Dnixge.c204 u32 coalesce_count_tx; member
360 ((priv->coalesce_count_tx) << XAXIDMA_COALESCE_SHIFT)); in nixge_hw_dma_bd_init()
1032 priv->coalesce_count_tx = ecoalesce->tx_max_coalesced_frames; in nixge_ethtools_set_coalesce()
1347 priv->coalesce_count_tx = XAXIDMA_DFT_TX_THRESHOLD; in nixge_probe()