Home
last modified time | relevance | path

Searched refs:rx_coal_count (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h122 u8 rx_coal_count; member
H A Dfuneth_ethtool.c473 coal->rx_max_coalesced_frames = fp->rx_coal_count; in fun_get_coalesce()
503 fp->rx_coal_count = coal->rx_max_coalesced_frames; in fun_set_coalesce()
507 db_val = FUN_IRQ_CQ_DB(fp->rx_coal_usec, fp->rx_coal_count); in fun_set_coalesce()
H A Dfuneth_main.c1785 fp->rx_coal_count = CQ_INTCOAL_NPKT; in fun_create_netdev()
1788 fp->cq_irq_db = FUN_IRQ_CQ_DB(fp->rx_coal_usec, fp->rx_coal_count); in fun_create_netdev()