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.c1192 uint8_t *txhdr_cache = (uint8_t *)dr->dr_txhdr_cache; in bwn_dma_tx_start()
2903 dr->dr_txhdr_cache = contigmalloc( in bwn_dma_ringsetup()
2907 if (dr->dr_txhdr_cache == NULL) { in bwn_dma_ringsetup()
2999 free(dr->dr_txhdr_cache, M_DEVBUF); in bwn_dma_ringsetup()
3017 free((*dr)->dr_txhdr_cache, M_DEVBUF); in bwn_dma_ringfree()