Searched refs:ap_count (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | mp_init.c | 264 *ap_countp = ¶ms->ap_count; in load_sipi_vector() 311 static int start_aps(int ap_count, atomic_t *num_aps) in start_aps() argument 317 if (ap_count == 0) in start_aps() 329 debug("Attempting to start %d APs\n", ap_count); in start_aps() 352 wait_for_aps(num_aps, ap_count, 200, 15); in start_aps() 365 if (wait_for_aps(num_aps, ap_count, 10000, 50)) { in start_aps() 367 atomic_read(num_aps), ap_count); in start_aps() 488 atomic_t *ap_count; in mp_init() local 533 ret = load_sipi_vector(&ap_count, num_cpus); in mp_init() 534 if (ap_count == NULL) in mp_init() [all …]
|
| H A D | sipi_vector.S | 104 movl ap_count, %eax 108 lock cmpxchg %ecx, ap_count 216 ap_count: label
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | sipi.h | 70 atomic_t ap_count; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/ |
| H A D | init.c | 565 if (wl->ap_count == 0 && is_ap) { /* first AP */ in wl1271_init_vif_specific() 576 } else if (wl->sta_count == 0 && wl->ap_count == 0 && !is_ap) { in wl1271_init_vif_specific()
|
| H A D | wlcore.h | 240 u8 ap_count; member
|
| H A D | main.c | 359 else if (wl->active_link_count > (wl->ap_count*2 + 1) && fw_ps && in wl12xx_irq_ps_regulate_link() 2634 wl->ap_count++; in wl1271_op_add_interface() 2757 wl->ap_count--; in __wl1271_op_remove_interface() 2769 if (wl->ap_count == 0 && is_ap) { in __wl1271_op_remove_interface() 2775 if (wl->ap_count == 0 && is_ap && wl->sta_count) { in __wl1271_op_remove_interface()
|
| H A D | tx.c | 129 if (wl->active_link_count > (wl->ap_count*2 + 1) && fw_ps && in wl1271_tx_regulate_link()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_eth_ioctl.c | 11902 int ap_count = 0; in woal_priv_set_roam_offload_aplist() local 11945 if (woal_atoi(&ap_count, begin) != MLAN_STATUS_SUCCESS) { in woal_priv_set_roam_offload_aplist() 11949 aplist->ap_num = ap_count; in woal_priv_set_roam_offload_aplist() 11950 if (ap_count > 0 && ap_count <= MAX_AP_LIST) { in woal_priv_set_roam_offload_aplist() 11953 for (i = 0; i < ap_count; i++) { in woal_priv_set_roam_offload_aplist() 11964 ap_count); in woal_priv_set_roam_offload_aplist()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_eth_ioctl.c | 16752 int ap_count = 0; in woal_priv_set_roam_offload_aplist() local 16806 if (woal_atoi(&ap_count, begin) != in woal_priv_set_roam_offload_aplist() 16812 aplist->ap_num = ap_count; in woal_priv_set_roam_offload_aplist() 16813 if (ap_count > 0 && ap_count <= MAX_AP_LIST) { in woal_priv_set_roam_offload_aplist() 16816 for (i = 0; i < ap_count; i++) { in woal_priv_set_roam_offload_aplist() 16827 ap_count); in woal_priv_set_roam_offload_aplist()
|
| H A D | mlan_ioctl.h | 5463 t_u8 ap_count; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_ioctl.h | 5463 t_u8 ap_count; member
|
| H A D | mlan_fw.h | 6167 t_u8 ap_count;
|