Searched refs:used_bd (Results 1 – 2 of 2) sorted by relevance
649 rxq->used_bd = dma_zalloc_coherent(dev, in iwl_pcie_rx_alloc()654 if (!rxq->used_bd) in iwl_pcie_rx_alloc()682 if (rxq->used_bd) in iwl_pcie_rx_alloc()684 rxq->used_bd, rxq->used_bd_dma); in iwl_pcie_rx_alloc()686 rxq->used_bd = NULL; in iwl_pcie_rx_alloc()1018 if (rxq->used_bd) in iwl_pcie_rx_free()1021 rxq->used_bd, rxq->used_bd_dma); in iwl_pcie_rx_free()1023 rxq->used_bd = NULL; in iwl_pcie_rx_free()1244 u16 vid = le32_to_cpu(rxq->used_bd[i]) & 0x0FFF; in iwl_pcie_rx_handle()
128 __le32 *used_bd; member