Lines Matching refs:entry

103     uint16_t entry = (uint16_t)0xFF;  in whd_management_set_event_handler_locally()  local
133 … else if ( (entry == (uint16_t)0xFF) && (cdc_bdc_info->whd_event_list[i].event_set == WHD_FALSE) ) in whd_management_set_event_handler_locally()
135 entry = i; in whd_management_set_event_handler_locally()
143 if (entry == (uint16_t)0xFF) in whd_management_set_event_handler_locally()
150 …memcpy (cdc_bdc_info->whd_event_list[entry].events, event_nums, num_of_events * (sizeof(whd_event_… in whd_management_set_event_handler_locally()
151 cdc_bdc_info->whd_event_list[entry].handler = handler_func; in whd_management_set_event_handler_locally()
152 cdc_bdc_info->whd_event_list[entry].handler_user_data = handler_user_data; in whd_management_set_event_handler_locally()
153 cdc_bdc_info->whd_event_list[entry].ifidx = ifp->ifidx; in whd_management_set_event_handler_locally()
154 cdc_bdc_info->whd_event_list[entry].event_set = WHD_TRUE; in whd_management_set_event_handler_locally()
157 *event_index = entry; in whd_management_set_event_handler_locally()
194 uint16_t entry = (uint16_t)0xFF; in whd_set_error_handler_locally() local
222 … else if ( (entry == (uint16_t)0xFF) && (error_info->whd_event_list[i].event_set == WHD_FALSE) ) in whd_set_error_handler_locally()
224 entry = i; in whd_set_error_handler_locally()
231 if (entry == (uint16_t)0xFF) in whd_set_error_handler_locally()
237 error_info->whd_event_list[entry].events = *error_nums; in whd_set_error_handler_locally()
238 error_info->whd_event_list[entry].handler = handler_func; in whd_set_error_handler_locally()
239 error_info->whd_event_list[entry].handler_user_data = handler_user_data; in whd_set_error_handler_locally()
240 error_info->whd_event_list[entry].event_set = WHD_TRUE; in whd_set_error_handler_locally()
242 *error_index = entry; in whd_set_error_handler_locally()