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

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

Completed in 63 milliseconds