Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dpaging.c125 for (sec_idx = 0; sec_idx < image->num_sec; sec_idx++) { in iwl_fill_paging_mem()
136 if (sec_idx >= image->num_sec - 1) { in iwl_fill_paging_mem()
H A Dimg.h85 int num_sec; member
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_group.c721 u8 num_sec; in p2p_match_dev_type_member() local
743 num_sec = *pos++; in p2p_match_dev_type_member()
744 if (end - pos < num_sec * WPS_DEV_TYPE_LEN) in p2p_match_dev_type_member()
746 while (num_sec > 0) { in p2p_match_dev_type_member()
747 num_sec--; in p2p_match_dev_type_member()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dinternal.h838 while (start < fw->num_sec &&
H A Dtrans.c815 for (i = *first_ucode_section; i < image->num_sec; i++) { in iwl_pcie_load_cpu_sections_8000()
881 for (i = *first_ucode_section; i < image->num_sec; i++) { in iwl_pcie_load_cpu_sections()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c130 for (i = 0; i < img->num_sec; i++) in iwl_free_fw_img()
1381 drv->fw.img[type].num_sec = pieces->img[type].sec_counter; in iwl_alloc_ucode()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c743 if ((unified || mvm->fw->img[IWL_UCODE_WOWLAN].num_sec) &&