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

/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwl.c198 static int mwl_txcoalesce = 8; /* # tx packets to q before poking f/w*/ variable
199 SYSCTL_INT(_hw_mwl, OID_AUTO, txcoalesce, CTLFLAG_RWTUN, &mwl_txcoalesce,
1386 if (nqueued >= mwl_txcoalesce) {

Completed in 108 milliseconds