Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Drx.c752 trans_pcie->base_rb_stts_dma + rxq->id * rb_stts_size; in iwl_pcie_alloc_rxq_dma()
797 &trans_pcie->base_rb_stts_dma, in iwl_pcie_rx_alloc()
819 trans_pcie->base_rb_stts_dma); in iwl_pcie_rx_alloc()
821 trans_pcie->base_rb_stts_dma = 0; in iwl_pcie_rx_alloc()
1225 trans_pcie->base_rb_stts_dma); in iwl_pcie_rx_free()
1227 trans_pcie->base_rb_stts_dma = 0; in iwl_pcie_rx_free()
H A Dinternal.h498 dma_addr_t base_rb_stts_dma; member