Home
last modified time | relevance | path

Searched refs:tx_coal_count (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h120 u8 tx_coal_count; member
H A Dfuneth_ethtool.c476 coal->tx_max_coalesced_frames = fp->tx_coal_count; in fun_get_coalesce()
505 fp->tx_coal_count = coal->tx_max_coalesced_frames; in fun_set_coalesce()
517 db_val = FUN_IRQ_SQ_DB(fp->tx_coal_usec, fp->tx_coal_count); in fun_set_coalesce()
H A Dfuneth_tx.c696 q->dma_addr, fp->tx_coal_count, fp->tx_coal_usec, in fun_txq_create_dev()
711 fp->tx_coal_count); in fun_txq_create_dev()
H A Dfuneth_main.c1787 fp->tx_coal_count = SQ_INTCOAL_NPKT; in fun_create_netdev()