Searched refs:use_rx_td (Results 1 – 1 of 1) sorted by relevance
637 static int iwl_pcie_free_bd_size(struct iwl_trans *trans, bool use_rx_td) in iwl_pcie_free_bd_size() argument641 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() local654 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() local711 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 …]