Home
last modified time | relevance | path

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

/freebsd/sys/dev/ste/
H A Dif_ste.c631 m = cur_rx->ste_mbuf; in ste_rxeof()
789 KASSERT(cur_tx->ste_mbuf != NULL, in ste_txeof()
791 m_freem(cur_tx->ste_mbuf); in ste_txeof()
792 cur_tx->ste_mbuf = NULL; in ste_txeof()
1263 txc->ste_mbuf = NULL; in ste_dma_alloc()
1285 rxc->ste_mbuf = NULL; in ste_dma_alloc()
1394 if (rxc->ste_mbuf != NULL) { in ste_newbuf()
1404 rxc->ste_mbuf = m; in ste_newbuf()
1461 cd->ste_tx_chain[i].ste_mbuf = NULL; in ste_init_tx_list()
1659 if (cur_rx->ste_mbuf != NULL) { in ste_stop()
[all …]
H A Dif_stereg.h537 struct mbuf *ste_mbuf; member
545 struct mbuf *ste_mbuf; member