Searched refs:di_mbuf (Results 1 - 2 of 2) sorted by path

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c201 m = di->di_mbuf;
216 di->di_mbuf = NULL;
3569 KASSERT(nextout->di_mbuf == NULL, ("clobbering earlier rx mbuf"));
3570 nextout->di_mbuf = ms;
4069 KASSERT(eop->di_mbuf == NULL, ("clobbering earlier tx mbuf"));
4070 eop->di_mbuf = m;
4956 if (di->di_mbuf != NULL)
4958 di->di_mbuf);
5003 db_printf(" mbuf: %p\n", di->di_mbuf);
H A Dif_devar.h94 struct mbuf *di_mbuf; member in struct:__anon23

Completed in 67 milliseconds