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

/freebsd-10.1-release/sys/contrib/altq/altq/
H A Daltq_rio.c203 rio_alloc(int weight, struct redparams *params, int flags, int pkttime) argument
214 if (pkttime == 0)
218 rp->rio_pkttime = pkttime;
H A Daltq_red.c231 int pkttime)
271 if (pkttime == 0)
275 rp->red_pkttime = pkttime;
230 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, int pkttime) argument
/freebsd-10.1-release/sys/dev/usb/wlan/
H A Dif_urtw.c1689 pkttime = 0, txdur = 0, isshort = 0, xferlen; local
1742 txdur = pkttime = urtw_compute_txtime(m0->m_pkthdr.len +
1751 pkttime = urtw_compute_txtime(m0->m_pkthdr.len +
1753 rtsdur = ctstime + pkttime + acktime +
1758 pkttime = urtw_compute_txtime(m0->m_pkthdr.len +
1760 txdur = pkttime + URTW_ASIFS_TIME + acktime;

Completed in 189 milliseconds