Home
last modified time | relevance | path

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

/drivers/net/benet/
Dbe_ethtool.c134 coalesce->rx_coalesce_usecs_low = rx_eq->min_eqd; in be_get_coalesce()
138 coalesce->tx_coalesce_usecs_low = tx_eq->min_eqd; in be_get_coalesce()
197 rx_eq->min_eqd = rx_min; in be_set_coalesce()
Dbe.h145 u16 min_eqd; /* in usecs */ member
Dbe_main.c266 if (eqd < rx_eq->min_eqd) in be_rx_eqd_update()
267 eqd = rx_eq->min_eqd; in be_rx_eqd_update()
1012 adapter->tx_eq.min_eqd = 0; in be_tx_queues_create()
1086 adapter->rx_eq.min_eqd = 0; in be_rx_queues_create()