Searched refs:number_of_sets (Results 1 – 8 of 8) sorted by relevance
13 leaf->number_of_sets = c->cache.sets; \
23 this_leaf->number_of_sets = cache->sets; in ci_leaf_init()
119 this_leaf->number_of_sets = num_sets; in ci_leaf_init()
2115 if (scan_rsp->number_of_sets > MWIFIEX_MAX_AP) { in mwifiex_ret_802_11_scan()2118 scan_rsp->number_of_sets); in mwifiex_ret_802_11_scan()2135 scan_rsp->number_of_sets); in mwifiex_ret_802_11_scan()2147 + sizeof(scan_rsp->number_of_sets) in mwifiex_ret_802_11_scan()2176 scan_rsp->number_of_sets, GFP_ATOMIC); in mwifiex_ret_802_11_scan()2179 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in mwifiex_ret_802_11_scan()2182 for (idx = 0; idx < scan_rsp->number_of_sets && bytes_left; idx++) { in mwifiex_ret_802_11_scan()
1629 u8 number_of_sets; member
1928 if (scan_rsp->number_of_sets > NXPWIFI_MAX_AP) { in nxpwifi_ret_802_11_scan()1931 scan_rsp->number_of_sets); in nxpwifi_ret_802_11_scan()1948 scan_rsp->number_of_sets); in nxpwifi_ret_802_11_scan()1958 + sizeof(scan_rsp->number_of_sets) in nxpwifi_ret_802_11_scan()1990 scan_rsp->number_of_sets, GFP_ATOMIC); in nxpwifi_ret_802_11_scan()1993 adapter->nd_info->n_matches = scan_rsp->number_of_sets; in nxpwifi_ret_802_11_scan()1996 for (idx = 0; idx < scan_rsp->number_of_sets && bytes_left; idx++) { in nxpwifi_ret_802_11_scan()
1635 u8 number_of_sets; member
637 __ATTR(number_of_sets, 0444, nr_sets_show, NULL);