Home
last modified time | relevance | path

Searched refs:tx_limit (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/misc/musycc/
H A Dmusycc.c172 u_long tx_limit; member
1086 sch->tx_limit = nbit * 8; in musycc_newhook()
1121 if (sch->tx_pending + m->m_pkthdr.len > sch->tx_limit * maxlatency) { in musycc_rcvdata()
/dragonfly/sys/dev/netif/mn/
H A Dif_mn.c235 u_long tx_limit; member
476 sc->ch[chan]->tx_limit = nbit * 8; in ngmn_newhook()
590 if (sch->tx_pending + m->m_pkthdr.len > sch->tx_limit * mn_maxlatency) { in ngmn_rcvdata()