Home
last modified time | relevance | path

Searched refs:ICSSG_MIN_COALESCE_USECS (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_ethtool.c254 coal->rx_coalesce_usecs < ICSSG_MIN_COALESCE_USECS) { in emac_set_coalesce()
256 ICSSG_MIN_COALESCE_USECS); in emac_set_coalesce()
257 coal->rx_coalesce_usecs = ICSSG_MIN_COALESCE_USECS; in emac_set_coalesce()
261 coal->tx_coalesce_usecs < ICSSG_MIN_COALESCE_USECS) { in emac_set_coalesce()
263 ICSSG_MIN_COALESCE_USECS); in emac_set_coalesce()
264 coal->tx_coalesce_usecs = ICSSG_MIN_COALESCE_USECS; in emac_set_coalesce()
286 coal->tx_coalesce_usecs < ICSSG_MIN_COALESCE_USECS) { in emac_set_per_queue_coalesce()
288 ICSSG_MIN_COALESCE_USECS, queue); in emac_set_per_queue_coalesce()
289 coal->tx_coalesce_usecs = ICSSG_MIN_COALESCE_USECS; in emac_set_per_queue_coalesce()
H A Dicssg_prueth.h138 #define ICSSG_MIN_COALESCE_USECS 20 macro