Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h119 u8 tx_coal_usec; member
H A Dfuneth_ethtool.c475 coal->tx_coalesce_usecs = fp->tx_coal_usec; in fun_get_coalesce()
504 fp->tx_coal_usec = coal->tx_coalesce_usecs; 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()
710 q->irq_db_val = FUN_IRQ_SQ_DB(fp->tx_coal_usec, in fun_txq_create_dev()
H A Dfuneth_main.c1786 fp->tx_coal_usec = SQ_INTCOAL_USEC; in fun_create_netdev()