Searched refs:cur_if (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_iapsta.c | 306 #define wl_get_isam_status(cur_if, stat) \ argument 307 (test_bit(ISAM_STATUS_ ## stat, &(cur_if)->status)) 308 #define wl_set_isam_status(cur_if, stat) \ argument 309 (set_bit(ISAM_STATUS_ ## stat, &(cur_if)->status)) 310 #define wl_clr_isam_status(cur_if, stat) \ argument 311 (clear_bit(ISAM_STATUS_ ## stat, &(cur_if)->status)) 312 #define wl_chg_isam_status(cur_if, stat) \ argument 313 (change_bit(ISAM_STATUS_ ## stat, &(cur_if)->status)) 319 static int wl_mesh_escan_attach(dhd_pub_t *dhd, struct wl_if_info *cur_if); 327 struct wl_if_info *cur_if = NULL, *tmp_if = NULL; in wl_get_cur_if() local [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_iapsta.c | 340 #define wl_get_isam_status(cur_if, stat) \ argument 341 (test_bit(ISAM_STATUS_ ## stat, &(cur_if)->status)) 342 #define wl_set_isam_status(cur_if, stat) \ argument 343 (set_bit(ISAM_STATUS_ ## stat, &(cur_if)->status)) 344 #define wl_clr_isam_status(cur_if, stat) \ argument 345 (clear_bit(ISAM_STATUS_ ## stat, &(cur_if)->status)) 346 #define wl_chg_isam_status(cur_if, stat) \ argument 347 (change_bit(ISAM_STATUS_ ## stat, &(cur_if)->status)) 358 struct wl_if_info *cur_if = NULL, *tmp_if = NULL; in wl_get_cur_if() local 364 cur_if = tmp_if; in wl_get_cur_if() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_android_ext.c | 244 #define wl_get_isam_status(cur_if, stat) \ argument 245 (test_bit(ISAM_STATUS_ ## stat, &(cur_if)->status)) 246 #define wl_set_isam_status(cur_if, stat) \ argument 247 (set_bit(ISAM_STATUS_ ## stat, &(cur_if)->status)) 248 #define wl_clr_isam_status(cur_if, stat) \ argument 249 (clear_bit(ISAM_STATUS_ ## stat, &(cur_if)->status)) 250 #define wl_chg_isam_status(cur_if, stat) \ argument 251 (change_bit(ISAM_STATUS_ ## stat, &(cur_if)->status)) 256 static int wl_mesh_escan_attach(dhd_pub_t *dhd, struct wl_if_info *cur_if); 594 struct wl_if_info *cur_if = NULL; in wl_ext_event_complete() local [all …]
|