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.c1229 mt->mt_m = m; in bwn_dma_tx_start()
1252 mt->mt_m = m; in bwn_dma_tx_start()
2937 mt->mt_m = NULL; in bwn_dma_ringsetup()
2951 mt->mt_m = NULL; in bwn_dma_ringsetup()
3381 if (meta->mt_m == NULL) { in bwn_dma_free_descbufs()
3503 if (meta->mt_m != NULL) { in bwn_dma_free_descbuf()
3504 m_freem(meta->mt_m); in bwn_dma_free_descbuf()
3505 meta->mt_m = NULL; in bwn_dma_free_descbuf()
5577 m = meta->mt_m; in bwn_dma_rxeof()
5601 bwn_dma_set_redzone(dr, meta->mt_m); in bwn_dma_rxeof()
[all …]
H A Dif_bwnvar.h606 struct mbuf *mt_m; member