Searched refs:timeout_info (Results 1 – 6 of 6) sorted by relevance
5190 pub->timeout_info = MALLOC(pub->osh, sizeof(timeout_info_t)); in init_dhd_timeouts()5191 if (pub->timeout_info == NULL) { in init_dhd_timeouts()5195 pub->timeout_info->scan_timer_lock = dhd_os_spin_lock_init(pub->osh); in init_dhd_timeouts()5196 pub->timeout_info->join_timer_lock = dhd_os_spin_lock_init(pub->osh); in init_dhd_timeouts()5197 pub->timeout_info->bus_timer_lock = dhd_os_spin_lock_init(pub->osh); in init_dhd_timeouts()5198 pub->timeout_info->cmd_timer_lock = dhd_os_spin_lock_init(pub->osh); in init_dhd_timeouts()5199 pub->timeout_info->scan_timeout_val = SCAN_TIMEOUT_DEFAULT; in init_dhd_timeouts()5200 pub->timeout_info->join_timeout_val = JOIN_TIMEOUT_DEFAULT; in init_dhd_timeouts()5201 pub->timeout_info->cmd_timeout_val = CMD_TIMEOUT_DEFAULT; in init_dhd_timeouts()5202 pub->timeout_info->bus_timeout_val = BUS_TIMEOUT_DEFAULT; in init_dhd_timeouts()[all …]
618 typedef struct timeout_info { struct982 timeout_info_t *timeout_info; member
5007 if (dhd_pub->timeout_info) { in wl_show_host_event()5008 DHD_TIMER_LOCK(dhd_pub->timeout_info->scan_timer_lock, in wl_show_host_event()5010 if (!dhd_pub->timeout_info->scan_timer_active && in wl_show_host_event()5012 dhd_pub->timeout_info->escan_aborted = TRUE; in wl_show_host_event()5013 dhd_pub->timeout_info->abort_syncid = syncid; in wl_show_host_event()5015 dhd_pub->timeout_info->scan_timer_lock, in wl_show_host_event()5019 dhd_pub->timeout_info->escan_aborted = FALSE; in wl_show_host_event()5021 DHD_TIMER_UNLOCK(dhd_pub->timeout_info->scan_timer_lock, in wl_show_host_event()8482 pub->timeout_info = MALLOC(pub->osh, sizeof(timeout_info_t)); in init_dhd_timeouts()8483 if (pub->timeout_info == NULL) { in init_dhd_timeouts()[all …]
1065 typedef struct timeout_info { struct1689 timeout_info_t *timeout_info; member
5007 if (dhd_pub->timeout_info) { in wl_show_host_event()5008 DHD_TIMER_LOCK(dhd_pub->timeout_info->scan_timer_lock, in wl_show_host_event()5010 if (!dhd_pub->timeout_info->scan_timer_active && in wl_show_host_event()5012 dhd_pub->timeout_info->escan_aborted = TRUE; in wl_show_host_event()5013 dhd_pub->timeout_info->abort_syncid = syncid; in wl_show_host_event()5015 dhd_pub->timeout_info->scan_timer_lock, in wl_show_host_event()5019 dhd_pub->timeout_info->escan_aborted = FALSE; in wl_show_host_event()5021 DHD_TIMER_UNLOCK(dhd_pub->timeout_info->scan_timer_lock, in wl_show_host_event()8487 pub->timeout_info = MALLOC(pub->osh, sizeof(timeout_info_t)); in init_dhd_timeouts()8488 if (pub->timeout_info == NULL) { in init_dhd_timeouts()[all …]
1063 typedef struct timeout_info { struct1687 timeout_info_t *timeout_info; member