Searched refs:tso_hdr_page (Results 1 – 3 of 3) sorted by relevance
2091 if (trans_pcie->txqs.tso_hdr_page) { in iwl_trans_pcie_free()2094 per_cpu_ptr(trans_pcie->txqs.tso_hdr_page, i); in iwl_trans_pcie_free()2100 free_percpu(trans_pcie->txqs.tso_hdr_page); in iwl_trans_pcie_free()3572 trans_pcie->txqs.tso_hdr_page = alloc_percpu(struct iwl_tso_hdr_page); in iwl_trans_pcie_alloc()3573 if (!trans_pcie->txqs.tso_hdr_page) { in iwl_trans_pcie_alloc()3755 free_percpu(trans_pcie->txqs.tso_hdr_page); in iwl_trans_pcie_alloc()
321 struct iwl_tso_hdr_page __percpu *tso_hdr_page; member
1748 struct iwl_tso_hdr_page *p = this_cpu_ptr(trans_pcie->txqs.tso_hdr_page); in iwl_pcie_get_page_hdr()