Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c652 &rxq->used_bd_dma, in iwl_pcie_rx_alloc()
684 rxq->used_bd, rxq->used_bd_dma); in iwl_pcie_rx_alloc()
685 rxq->used_bd_dma = 0; in iwl_pcie_rx_alloc()
817 trans_pcie->rxq[i].used_bd_dma); in iwl_pcie_rx_mq_hw_init()
1021 rxq->used_bd, rxq->used_bd_dma); in iwl_pcie_rx_free()
1022 rxq->used_bd_dma = 0; in iwl_pcie_rx_free()
Dinternal.h129 dma_addr_t used_bd_dma; member