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

/netbsd-current/sys/altq/
H A Daltq_rio.h63 int rio_pkttime; /* average packet time in usec */ member in struct:rio_conf
115 int rio_pkttime; /* average packet time in micro sec member in struct:rio
H A Daltq_rio.c219 rp->rio_pkttime = 800;
221 rp->rio_pkttime = pkttime;
230 npkts_per_sec = 1000000 / rp->rio_pkttime;
360 n = t / rp->rio_pkttime;
643 fc->rio_flags, fc->rio_pkttime);

Completed in 224 milliseconds