Searched refs:malo_txcoalesce (Results 1 – 1 of 1) sorted by relevance
65 static int malo_txcoalesce = 8; /* # tx pkts to q before poking f/w*/ variable66 SYSCTL_INT(_hw_malo, OID_AUTO, txcoalesce, CTLFLAG_RWTUN, &malo_txcoalesce,1252 if (nqueued >= malo_txcoalesce) { in malo_start()