Home
last modified time | relevance | path

Searched refs:coalesce_count_tx (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/
H A Dll_temac.h382 u8 coalesce_count_tx; member
H A Dll_temac_main.c383 lp->coalesce_delay_tx << 24 | lp->coalesce_count_tx << 16 | in temac_dma_bd_init()
1319 ec->tx_max_coalesced_frames = lp->coalesce_count_tx; in ll_temac_ethtools_get_coalesce()
1339 lp->coalesce_count_tx = ec->tx_max_coalesced_frames; in ll_temac_ethtools_set_coalesce()
1477 lp->coalesce_count_tx = 0x22; in temac_probe()
1544 lp->coalesce_count_tx = pdata->tx_irq_count; in temac_probe()
H A Dxilinx_axienet.h410 * @coalesce_count_tx: Store the irq coalesce on TX side.
464 u32 coalesce_count_tx; member
H A Dxilinx_axienet_main.c316 ((lp->coalesce_count_tx) << XAXIDMA_COALESCE_SHIFT)); in axienet_dma_bd_init()
1498 lp->coalesce_count_tx = ecoalesce->tx_max_coalesced_frames; in axienet_ethtools_set_coalesce()
2061 lp->coalesce_count_tx = XAXIDMA_DFT_TX_THRESHOLD; in axienet_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/xilinx/
H A Dll_temac.h392 u8 coalesce_count_tx; member
H A 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()
H A Dxilinx_axienet_main.c247 lp->tx_dma_cr = (lp->coalesce_count_tx << XAXIDMA_COALESCE_SHIFT) | in axienet_dma_start()
252 if (lp->coalesce_count_tx > 1) in axienet_dma_start()
1528 ecoalesce->tx_max_coalesced_frames = lp->coalesce_count_tx; in axienet_ethtools_get_coalesce()
1565 lp->coalesce_count_tx = ecoalesce->tx_max_coalesced_frames; in axienet_ethtools_set_coalesce()
2103 lp->coalesce_count_tx = XAXIDMA_DFT_TX_THRESHOLD; in axienet_probe()
H A Dxilinx_axienet.h436 * @coalesce_count_tx: Store the irq coalesce on TX side.
500 u32 coalesce_count_tx; member
/kernel/linux/linux-5.10/drivers/net/ethernet/ni/
H A Dnixge.c205 u32 coalesce_count_tx; member
360 ((priv->coalesce_count_tx) << XAXIDMA_COALESCE_SHIFT)); in nixge_hw_dma_bd_init()
1027 priv->coalesce_count_tx = ecoalesce->tx_max_coalesced_frames; in nixge_ethtools_set_coalesce()
1321 priv->coalesce_count_tx = XAXIDMA_DFT_TX_THRESHOLD; in nixge_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/ni/
H A Dnixge.c204 u32 coalesce_count_tx; member
360 ((priv->coalesce_count_tx) << XAXIDMA_COALESCE_SHIFT)); in nixge_hw_dma_bd_init()
1033 priv->coalesce_count_tx = ecoalesce->tx_max_coalesced_frames; in nixge_ethtools_set_coalesce()
1348 priv->coalesce_count_tx = XAXIDMA_DFT_TX_THRESHOLD; in nixge_probe()

Completed in 20 milliseconds