Searched refs:tso_hdr_page (Results 1 – 3 of 3) sorted by relevance
2146 if (trans_pcie->txqs.tso_hdr_page) { in iwl_trans_pcie_free()2149 per_cpu_ptr(trans_pcie->txqs.tso_hdr_page, i); in iwl_trans_pcie_free()2155 free_percpu(trans_pcie->txqs.tso_hdr_page); in iwl_trans_pcie_free()3628 trans_pcie->txqs.tso_hdr_page = alloc_percpu(struct iwl_tso_hdr_page); in iwl_trans_pcie_alloc()3629 if (!trans_pcie->txqs.tso_hdr_page) { in iwl_trans_pcie_alloc()3816 free_percpu(trans_pcie->txqs.tso_hdr_page); in iwl_trans_pcie_alloc()
321 struct iwl_tso_hdr_page __percpu *tso_hdr_page; member
1759 struct iwl_tso_hdr_page *p = this_cpu_ptr(trans_pcie->txqs.tso_hdr_page); in iwl_pcie_get_page_hdr()