Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h658 void *dr_txhdr_cache; member
H A Dif_bwn.c1183 uint8_t *txhdr_cache = (uint8_t *)dr->dr_txhdr_cache; in bwn_dma_tx_start()
2894 dr->dr_txhdr_cache = contigmalloc( in bwn_dma_ringsetup()
2898 if (dr->dr_txhdr_cache == NULL) { in bwn_dma_ringsetup()
2990 free(dr->dr_txhdr_cache, M_DEVBUF); in bwn_dma_ringsetup()
3008 free((*dr)->dr_txhdr_cache, M_DEVBUF); in bwn_dma_ringfree()