Home
last modified time | relevance | path

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

/freebsd/sys/dev/malo/
H A Dif_malo.c65 static int malo_txcoalesce = 8; /* # tx pkts to q before poking f/w*/ variable
66 SYSCTL_INT(_hw_malo, OID_AUTO, txcoalesce, CTLFLAG_RWTUN, &malo_txcoalesce,
1252 if (nqueued >= malo_txcoalesce) { in malo_start()