Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/
Dctxt-info.c95 lmac_cnt = iwl_pcie_get_num_sections(fw, 0); in iwl_pcie_init_fw_sec()
97 umac_cnt = iwl_pcie_get_num_sections(fw, lmac_cnt + 1); in iwl_pcie_init_fw_sec()
99 paging_cnt = iwl_pcie_get_num_sections(fw, lmac_cnt + umac_cnt + 2); in iwl_pcie_init_fw_sec()
Dinternal.h776 static inline int iwl_pcie_get_num_sections(const struct fw_img *fw, in iwl_pcie_get_num_sections() function