Searched refs:di_mbuf (Results 1 – 2 of 2) sorted by relevance
201 m = di->di_mbuf; in tulip_dequeue_mbuf()216 di->di_mbuf = NULL; in tulip_dequeue_mbuf()3569 KASSERT(nextout->di_mbuf == NULL, ("clobbering earlier rx mbuf")); in tulip_rx_intr()3570 nextout->di_mbuf = ms; in tulip_rx_intr()4069 KASSERT(eop->di_mbuf == NULL, ("clobbering earlier tx mbuf")); in tulip_txput()4070 eop->di_mbuf = m; in tulip_txput()4954 if (di->di_mbuf != NULL) in tulip_dumpring()4956 di->di_mbuf); in tulip_dumpring()5001 db_printf(" mbuf: %p\n", di->di_mbuf); in tulip_dumpdesc()
94 struct mbuf *di_mbuf; member