Searched refs:used_bd (Results 1 – 2 of 2) sorted by relevance
693 if (rxq->used_bd) in iwl_pcie_free_rxq_dma()697 rxq->used_bd, rxq->used_bd_dma); in iwl_pcie_free_rxq_dma()699 rxq->used_bd = NULL; in iwl_pcie_free_rxq_dma()740 rxq->used_bd = dma_alloc_coherent(dev, in iwl_pcie_alloc_rxq_dma()745 if (!rxq->used_bd) in iwl_pcie_alloc_rxq_dma()1460 struct iwl_rx_completion_desc_bz *cd = rxq->used_bd; in iwl_pcie_get_rxb()1465 struct iwl_rx_completion_desc *cd = rxq->used_bd; in iwl_pcie_get_rxb()1470 __le32 *cd = rxq->used_bd; in iwl_pcie_get_rxb()
149 void *used_bd; member