Searched refs:used_bd (Results 1 – 2 of 2) sorted by relevance
741 if (rxq->used_bd) in iwl_pcie_free_rxq_dma()745 rxq->used_bd, rxq->used_bd_dma); in iwl_pcie_free_rxq_dma()747 rxq->used_bd = NULL; in iwl_pcie_free_rxq_dma()795 rxq->used_bd = dma_alloc_coherent(dev, in iwl_pcie_alloc_rxq_dma()799 if (!rxq->used_bd) in iwl_pcie_alloc_rxq_dma()
197 void *used_bd; member