Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dcs89x0.c1862 struct mbuf *pMbuf; in cs_start_output() local
1897 for (pMbuf = pMbufChain; pMbuf != NULL; pMbuf = pMbuf->m_next) in cs_start_output()
1898 Length += pMbuf->m_len; in cs_start_output()