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

/freebsd-13-stable/sys/net/altq/
H A Daltq_rio.c180 rio_alloc(int weight, struct redparams *params, int flags, int pkttime) argument
191 if (pkttime == 0)
195 rp->rio_pkttime = pkttime;
H A Daltq_red.c175 int pkttime)
215 if (pkttime == 0)
219 rp->red_pkttime = pkttime;
174 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, int pkttime) argument
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_urtw.c1689 pkttime = 0, txdur = 0, isshort = 0, xferlen, ismcast; local
1740 txdur = pkttime = urtw_compute_txtime(m0->m_pkthdr.len +
1749 pkttime = urtw_compute_txtime(m0->m_pkthdr.len +
1751 rtsdur = ctstime + pkttime + acktime +
1756 pkttime = urtw_compute_txtime(m0->m_pkthdr.len +
1758 txdur = pkttime + URTW_ASIFS_TIME + acktime;

Completed in 111 milliseconds