Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c715 u32 pkts_coal; member
3464 mvneta_rx_pkts_coal_set(pp, rxq, rxq->pkts_coal); in mvneta_rxq_hw_init()
4685 rxq->pkts_coal = c->rx_max_coalesced_frames; in mvneta_ethtool_set_coalesce()
4686 mvneta_rx_pkts_coal_set(pp, rxq, rxq->pkts_coal); in mvneta_ethtool_set_coalesce()
4709 c->rx_max_coalesced_frames = pp->rxqs[0].pkts_coal; in mvneta_ethtool_get_coalesce()
5371 rxq->pkts_coal = MVNETA_RX_COAL_PKTS; in mvneta_init()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h1468 u32 pkts_coal; member
H A Dmvpp2_main.c2729 if (rxq->pkts_coal > MVPP2_OCCUPIED_THRESH_MASK) in mvpp2_rx_pkts_coal_set()
2730 rxq->pkts_coal = MVPP2_OCCUPIED_THRESH_MASK; in mvpp2_rx_pkts_coal_set()
2734 rxq->pkts_coal); in mvpp2_rx_pkts_coal_set()
5423 rxq->pkts_coal = c->rx_max_coalesced_frames; in mvpp2_ethtool_set_coalesce()
5455 c->rx_max_coalesced_frames = port->rxqs[0]->pkts_coal; in mvpp2_ethtool_get_coalesce()
6034 rxq->pkts_coal = MVPP2_RX_COAL_PKTS; in mvpp2_port_init()
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c1158 u32 pkts_coal; member
4679 rxq->pkts_coal = MVPP2_RX_COAL_PKTS; in mvpp2_port_init()