Home
last modified time | relevance | path

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

/freebsd/sys/dev/mwl/
H A Dif_mwl.c197 static int mwl_txcoalesce = 8; /* # tx packets to q before poking f/w*/ variable
198 SYSCTL_INT(_hw_mwl, OID_AUTO, txcoalesce, CTLFLAG_RWTUN, &mwl_txcoalesce,
1382 if (nqueued >= mwl_txcoalesce) { in mwl_start()