Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c693 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()
732 rxq->used_bd = dma_alloc_coherent(dev, in iwl_pcie_alloc_rxq_dma()
737 if (!rxq->used_bd) in iwl_pcie_alloc_rxq_dma()
1440 struct iwl_rx_completion_desc_bz *cd = rxq->used_bd; in iwl_pcie_get_rxb()
1445 struct iwl_rx_completion_desc *cd = rxq->used_bd; in iwl_pcie_get_rxb()
1450 __le32 *cd = rxq->used_bd; in iwl_pcie_get_rxb()
Dinternal.h148 void *used_bd; member