Searched refs:ts_info (Results 1 – 9 of 9) sorted by relevance
/third_party/node/test/node-api/test_threadsafe_function/ |
D | binding.c | 24 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() 213 napi_get_value_uint32(env, argv[3], &ts_info.max_queue_size)); in StartThreadInternal() 218 ts_info.max_queue_size, in StartThreadInternal() 222 &ts_info, in StartThreadInternal() 227 ts_info.abort = abort ? napi_tsfn_abort : napi_tsfn_release; in StartThreadInternal() 229 napi_get_value_bool(env, argv[2], &(ts_info.start_secondary))); in StartThreadInternal()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wmm_ac.c | 37 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/ |
D | wmm_ac.c | 37 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/ |
D | wmm.c | 224 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/ |
D | wmm.c | 226 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/mesa3d/src/vulkan/runtime/ |
D | vk_graphics_state.c | 318 const VkPipelineTessellationStateCreateInfo *ts_info) in vk_tessellation_state_init() argument 323 assert(ts_info->patchControlPoints <= UINT8_MAX); in vk_tessellation_state_init() 324 ts->patch_control_points = ts_info->patchControlPoints; in vk_tessellation_state_init() 328 vk_find_struct_const(ts_info->pNext, in vk_tessellation_state_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | ieee802_11_defs.h | 1394 u8 ts_info[3]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_11_defs.h | 1470 u8 ts_info[3]; member
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 68147 int (*ts_info)(struct mii_timestamper *, struct ethtool_ts_info *); member 83963 struct ethtool_ts_info ts_info; member
|