Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn.c1220 mt->mt_m = m; in bwn_dma_tx_start()
1243 mt->mt_m = m; in bwn_dma_tx_start()
2928 mt->mt_m = NULL; in bwn_dma_ringsetup()
2942 mt->mt_m = NULL; in bwn_dma_ringsetup()
3372 if (meta->mt_m == NULL) { in bwn_dma_free_descbufs()
3494 if (meta->mt_m != NULL) { in bwn_dma_free_descbuf()
3495 m_freem(meta->mt_m); in bwn_dma_free_descbuf()
3496 meta->mt_m = NULL; in bwn_dma_free_descbuf()
5568 m = meta->mt_m; in bwn_dma_rxeof()
5592 bwn_dma_set_redzone(dr, meta->mt_m); in bwn_dma_rxeof()
[all …]
H A Dif_bwnvar.h606 struct mbuf *mt_m; member