Home
last modified time | relevance | path

Searched refs:ts_info (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/node-api/test_threadsafe_function/
Dbinding.c24 static ts_fn_hint ts_info; variable
55 if (ts_fn_info != &ts_info) { in data_source_thread()
156 napi_create_reference(env, argv[0], 1, &(ts_info.js_finalize_cb))); in StopThread()
205 ts_info.block_on_full = in StartThreadInternal()
212 NAPI_CALL(env, napi_get_value_uint32(env, argv[3], &ts_info.max_queue_size)); in StartThreadInternal()
217 ts_info.max_queue_size, in StartThreadInternal()
221 &ts_info, in StartThreadInternal()
226 ts_info.abort = abort ? napi_tsfn_abort : napi_tsfn_release; in StartThreadInternal()
227 NAPI_CALL(env, napi_get_value_bool(env, argv[2], &(ts_info.start_secondary))); in StartThreadInternal()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwmm_ac.c37 return (tspec->ts_info[0] >> 1) & 0x0f; in wmm_ac_get_tsid()
43 return (tspec->ts_info[0] >> 5) & 0x03; in wmm_ac_get_direction()
49 return (tspec->ts_info[1] >> 3) & 0x07; in wmm_ac_get_user_priority()
293 tspec->ts_info[0] = params->tsid << 1; in wmm_ac_build_addts_req()
294 tspec->ts_info[0] |= params->direction << 5; in wmm_ac_build_addts_req()
295 tspec->ts_info[0] |= WMM_AC_ACCESS_POLICY_EDCA << 7; in wmm_ac_build_addts_req()
296 tspec->ts_info[1] = uapsd << 2; in wmm_ac_build_addts_req()
297 tspec->ts_info[1] |= params->user_priority << 3; in wmm_ac_build_addts_req()
298 tspec->ts_info[2] = 0; in wmm_ac_build_addts_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwmm_ac.c37 return (tspec->ts_info[0] >> 1) & 0x0f; in wmm_ac_get_tsid()
43 return (tspec->ts_info[0] >> 5) & 0x03; in wmm_ac_get_direction()
49 return (tspec->ts_info[1] >> 3) & 0x07; in wmm_ac_get_user_priority()
293 tspec->ts_info[0] = params->tsid << 1; in wmm_ac_build_addts_req()
294 tspec->ts_info[0] |= params->direction << 5; in wmm_ac_build_addts_req()
295 tspec->ts_info[0] |= WMM_AC_ACCESS_POLICY_EDCA << 7; in wmm_ac_build_addts_req()
296 tspec->ts_info[1] = uapsd << 2; in wmm_ac_build_addts_req()
297 tspec->ts_info[1] |= params->user_priority << 3; in wmm_ac_build_addts_req()
298 tspec->ts_info[2] = 0; in wmm_ac_build_addts_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwmm.c224 up = (tspec->ts_info[1] >> 3) & 0x07; in wmm_process_tspec()
225 psb = (tspec->ts_info[1] >> 2) & 0x01; in wmm_process_tspec()
226 dir = (tspec->ts_info[0] >> 5) & 0x03; in wmm_process_tspec()
227 tid = (tspec->ts_info[0] >> 1) & 0x0f; in wmm_process_tspec()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwmm.c226 up = (tspec->ts_info[1] >> 3) & 0x07; in wmm_process_tspec()
227 psb = (tspec->ts_info[1] >> 2) & 0x01; in wmm_process_tspec()
228 dir = (tspec->ts_info[0] >> 5) & 0x03; in wmm_process_tspec()
229 tid = (tspec->ts_info[0] >> 1) & 0x0f; in wmm_process_tspec()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_defs.h1394 u8 ts_info[3]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_defs.h1461 u8 ts_info[3]; member