Searched refs:ts_info (Results 1 – 12 of 12) sorted by relevance
/wlan-driver/qcacld-3.0/core/sme/src/qos/ |
D | sme_qos.c | 1059 ac = sme_qos_up_to_ac(pQoSInfo->ts_info.up); in sme_qos_internal_setup_req() 1062 pQoSInfo->ts_info.up); in sme_qos_internal_setup_req() 1253 if ((Tspec_Info.ts_info.direction == in sme_qos_internal_setup_req() 1258 1].ts_info. in sme_qos_internal_setup_req() 1276 1].ts_info. in sme_qos_internal_setup_req() 1278 Tspec_Info.ts_info.direction) in sme_qos_internal_setup_req() 1310 if (Tspec_Info.ts_info.direction == in sme_qos_internal_setup_req() 1328 ts_info.direction != in sme_qos_internal_setup_req() 1329 Tspec_Info.ts_info.direction) in sme_qos_internal_setup_req() 1417 pACInfo->requested_QoSInfo[tmask - 1].ts_info.up = in sme_qos_internal_setup_req() [all …]
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_wmm.c | 218 direction = ac->tspec.ts_info.direction; in hdd_wmm_enable_tl_uapsd() 219 psb = ac->tspec.ts_info.psb; in hdd_wmm_enable_tl_uapsd() 235 sme_enable_uapsd_for_ac(ac_type, ac->tspec.ts_info.tid, in hdd_wmm_enable_tl_uapsd() 236 ac->tspec.ts_info.up, in hdd_wmm_enable_tl_uapsd() 1035 (ac->tspec.ts_info.direction == in hdd_wmm_sme_callback() 1041 (ac->tspec.ts_info.direction != in hdd_wmm_sme_callback() 1132 tspec.ts_info.psb = adapter->configured_psb; in __hdd_wmm_do_implicit_qos() 1136 tspec.ts_info.up = SME_QOS_WMM_UP_VO; in __hdd_wmm_do_implicit_qos() 1145 tspec.ts_info.psb = (mask & SME_QOS_UAPSD_VO) ? 1 : 0; in __hdd_wmm_do_implicit_qos() 1153 tspec.ts_info.direction = dir_ac; in __hdd_wmm_do_implicit_qos() [all …]
|
D | wlan_hdd_wext.c | 6191 ts_info.direction, in __iw_get_char_setnone() 6199 ts_info.direction, in __iw_get_char_setnone() 6207 ts_info.direction, in __iw_get_char_setnone() 6215 ts_info.direction); in __iw_get_char_setnone() 7217 tspec.ts_info.tid = params[HDD_WLAN_WMM_PARAM_TID]; in __iw_add_tspec() 7222 tspec.ts_info.direction = SME_QOS_WMM_TS_DIR_UPLINK; in __iw_add_tspec() 7226 tspec.ts_info.direction = SME_QOS_WMM_TS_DIR_DOWNLINK; in __iw_add_tspec() 7230 tspec.ts_info.direction = SME_QOS_WMM_TS_DIR_BOTH; in __iw_add_tspec() 7239 tspec.ts_info.psb = params[HDD_WLAN_WMM_PARAM_APSD]; in __iw_add_tspec() 7247 tspec.ts_info.up = params[HDD_WLAN_WMM_PARAM_USER_PRIORITY]; in __iw_add_tspec() [all …]
|
D | wlan_hdd_cm_connect.c | 1275 tspec.ts_info.direction != in hdd_wmm_cm_connect()
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | qdf_pkt_add_timestamp.c | 131 struct ts_info *ts_info; in qdf_add_ts() local 145 ts_info = &ts_ptr->ts_info[index]; in qdf_add_ts() 147 ts_info->sec = time / 1000000; in qdf_add_ts() 148 ts_info->usec = time % 1000000; in qdf_add_ts()
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | qdf_pkt_add_timestamp.h | 66 struct ts_info { struct 72 struct ts_info ts_info[QDF_PKT_TIMESTAMP_MAX]; argument
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
D | sme_power_save.c | 662 struct mac_ts_info *ts_info, in sme_set_tspec_uapsd_mask_per_session() argument 665 uint8_t user_prio = (uint8_t) ts_info->traffic.userPrio; in sme_set_tspec_uapsd_mask_per_session() 666 uint16_t direction = ts_info->traffic.direction; in sme_set_tspec_uapsd_mask_per_session() 672 ac, direction, ts_info->traffic.psb); in sme_set_tspec_uapsd_mask_per_session() 681 if (ts_info->traffic.psb) { in sme_set_tspec_uapsd_mask_per_session()
|
/wlan-driver/qcacld-3.0/core/sme/inc/ |
D | sme_power_save_api.h | 70 struct mac_ts_info *ts_info,
|
D | sme_qos_api.h | 181 struct sme_qos_wmmts_infotype ts_info; member
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_action_frame.c | 426 struct mac_ts_info *ts_info = &addts.tspec.tsinfo; in lim_is_medium_time_valid() local 427 uint16_t user_priority = ts_info->traffic.userPrio; in lim_is_medium_time_valid()
|
/wlan-driver/qcacld-3.0/components/wmi/src/ |
D | wmi_unified_roam_tlv.c | 1141 qdf_mem_copy(((uint8_t *)&tspec_param->ts_info) + 1, in send_set_ric_req_cmd_tlv() 1144 qdf_mem_copy(((uint8_t *)&tspec_param->ts_info), in send_set_ric_req_cmd_tlv()
|
/wlan-driver/fw-api/fw/ |
D | wmi_unified.h | 23335 A_UINT32 ts_info; /** bits value of TS Info field.*/ member
|