Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/re/
H A Dre.c235 static int CountMbufNum __P((struct mbuf *));
8024 … if (CountMbufNum(m_head) > CountFreeTxDescNum(sc->re_desc)) { /* No enough descriptor */ in re_start()
8190 static int CountMbufNum(struct mbuf *m_head) in CountMbufNum() function