Searched refs:mwl_txcoalesce (Results 1 – 1 of 1) sorted by relevance
197 static int mwl_txcoalesce = 8; /* # tx packets to q before poking f/w*/ variable198 SYSCTL_INT(_hw_mwl, OID_AUTO, txcoalesce, CTLFLAG_RWTUN, &mwl_txcoalesce,1382 if (nqueued >= mwl_txcoalesce) { in mwl_start()