Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c637 static int iwl_pcie_free_bd_size(struct iwl_trans *trans, bool use_rx_td) in iwl_pcie_free_bd_size() argument
641 if (use_rx_td) in iwl_pcie_free_bd_size()
652 bool use_rx_td = (trans->cfg->device_family >= in iwl_pcie_free_rxq_dma() local
654 int free_size = iwl_pcie_free_bd_size(trans, use_rx_td); in iwl_pcie_free_rxq_dma()
665 use_rx_td ? sizeof(__le16) : in iwl_pcie_free_rxq_dma()
673 (use_rx_td ? sizeof(*rxq->cd) : in iwl_pcie_free_rxq_dma()
702 bool use_rx_td = (trans->cfg->device_family >= in iwl_pcie_alloc_rxq_dma() local
711 free_size = iwl_pcie_free_bd_size(trans, use_rx_td); in iwl_pcie_alloc_rxq_dma()
725 (use_rx_td ? in iwl_pcie_alloc_rxq_dma()
736 rxq->rb_stts = dma_zalloc_coherent(dev, use_rx_td ? in iwl_pcie_alloc_rxq_dma()
[all …]