Searched refs:used_bd (Results 1 – 2 of 2) sorted by relevance
671 if (rxq->used_bd) in iwl_pcie_free_rxq_dma()675 rxq->used_bd, rxq->used_bd_dma); in iwl_pcie_free_rxq_dma()677 rxq->used_bd = NULL; in iwl_pcie_free_rxq_dma()724 rxq->used_bd = dma_zalloc_coherent(dev, in iwl_pcie_alloc_rxq_dma()731 if (!rxq->used_bd) in iwl_pcie_alloc_rxq_dma()
240 void *used_bd; member