Home
last modified time | relevance | path

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

/freebsd/sys/dev/malo/
H A Dif_malo.c174 mbufq_init(&sc->malo_snd, ifqmaxlen); in malo_attach()
1202 error = mbufq_enqueue(&sc->malo_snd, m); in malo_transmit()
1226 while ((m = mbufq_dequeue(&sc->malo_snd)) != NULL) { in malo_start()
1230 mbufq_prepend(&sc->malo_snd, m); in malo_start()
2071 if (mbufq_first(&sc->malo_snd) != NULL) in malo_rx_proc()
2118 mbufq_drain(&sc->malo_snd); in malo_detach()
H A Dif_malo.h524 struct mbufq malo_snd; member