Home
last modified time | relevance | path

Searched refs:used_bd (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H A 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()
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()
H A Dinternal.h126 * @used_bd: driver's pointer to buffer of used receive buffer descriptors (rbd)
149 void *used_bd; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c741 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()
H A Dinternal.h197 void *used_bd; member

Completed in 9 milliseconds