Searched refs:NUM_STA (Results 1 – 14 of 14) sorted by relevance
21 #define NUM_STA 32 macro93 struct list_head sta_hash[NUM_STA];116 x = x & (NUM_STA - 1); in wifi_mac_hash()
43 NUM_STA + 4, GFP_ATOMIC); in _r8712_init_sta_priv()54 for (i = 0; i < NUM_STA; i++) { in _r8712_init_sta_priv()109 if (index >= NUM_STA) { in r8712_alloc_stainfo()203 for (index = 0; index < NUM_STA; index++) { in r8712_free_all_stainfo()
12 #define NUM_STA 32 macro308 struct list_head sta_hash[NUM_STA];330 struct sta_info *sta_aid[NUM_STA];353 x = x & (NUM_STA - 1); in wifi_mac_hash()362 #define stainfo_offset_valid(offset) (offset < NUM_STA && offset >= 0)
270 int macid[NUM_STA];
357 struct FW_Sta_Info FW_sta_info[NUM_STA];
58 pstapriv->pallocated_stainfo_buf = vzalloc(sizeof(struct sta_info) * NUM_STA+4); in _rtw_init_sta_priv()80 for (i = 0; i < NUM_STA; i++) { in _rtw_init_sta_priv()103 pstapriv->max_num_sta = NUM_STA; in _rtw_init_sta_priv()153 for (index = 0; index < NUM_STA; index++) { in _rtw_free_sta_priv()211 if (index >= NUM_STA) { in rtw_alloc_stainfo()444 for (index = 0; index < NUM_STA; index++) { in rtw_free_all_stainfo()
418 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in is_IBSS_empty()699 for (mac_id = IBSS_START_MAC_ID; mac_id < NUM_STA; mac_id++) { in allocate_fw_sta_entry()1789 psta->mac_id = NUM_STA; in rtw_alloc_macid()1794 for (i = 0; i < NUM_STA; i++) { in rtw_alloc_macid()1802 if (i > (NUM_STA - 1)) in rtw_alloc_macid()1803 psta->mac_id = NUM_STA; in rtw_alloc_macid()1820 if (psta->mac_id < NUM_STA && psta->mac_id != 1) { in rtw_release_macid()1823 psta->mac_id = NUM_STA; in rtw_release_macid()1837 for (i = (NUM_STA-1); i >= 0 ; i--) { in rtw_search_max_mac_id()
181 char chk_alive_list[NUM_STA]; in expire_timeout_chk()359 if (psta->aid < NUM_STA) { in add_RATid()2014 char chk_alive_list[NUM_STA]; in rtw_ap_restore_network()2103 for (i = 0; i < NUM_STA; i++) in start_ap_mode()
655 if (cam_idx == NUM_STA) in OnBeacon()1290 for (pstat->aid = 1; pstat->aid <= NUM_STA; pstat->aid++) in OnAssocReq()4959 for (i = 0; i < NUM_STA; i++) { in _linked_info_dump()5062 for (i = IBSS_START_MAC_ID; i < NUM_STA; i++) { in linked_status_chk()
131 char chk_alive_list[NUM_STA]; in rtw_mlcst2unicst()
779 if ((pstapriv->max_num_sta > NUM_STA) || (pstapriv->max_num_sta <= 0)) in rtw_set_beacon()780 pstapriv->max_num_sta = NUM_STA; in rtw_set_beacon()
107 for (i = 0; i < NUM_STA; i++) in Update_ODM_ComInfo_8723b()
564 u32 PWDB_rssi[NUM_STA] = {0};/* 0~15]:MACID, [16~31]:PWDB_rssi */ in odm_RSSIMonitorCheckCE()
1860 if (mac_id >= NUM_STA) /* CAM_SIZE */ in UpdateHalRAMask8723B()
Completed in 47 milliseconds