Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_rio.c179 rio_alloc(int weight, struct redparams *params, int flags, int pkttime) in rio_alloc() argument
190 if (pkttime == 0) in rio_alloc()
194 rp->rio_pkttime = pkttime; in rio_alloc()
H A Daltq_red.c174 int pkttime) in red_alloc() argument
214 if (pkttime == 0) in red_alloc()
218 rp->red_pkttime = pkttime; in red_alloc()
/freebsd/sys/dev/usb/wlan/
H A Dif_urtw.c1692 pkttime = 0, txdur = 0, isshort = 0, xferlen, ismcast; in urtw_tx_start() local
1742 txdur = pkttime = urtw_compute_txtime(m0->m_pkthdr.len + in urtw_tx_start()
1751 pkttime = urtw_compute_txtime(m0->m_pkthdr.len + in urtw_tx_start()
1753 rtsdur = ctstime + pkttime + acktime + in urtw_tx_start()
1758 pkttime = urtw_compute_txtime(m0->m_pkthdr.len + in urtw_tx_start()
1760 txdur = pkttime + URTW_ASIFS_TIME + acktime; in urtw_tx_start()