/wlan-driver/qcacld-3.0/components/dp/core/src/ |
H A D | wlan_dp_prealloc.c | 467 struct dp_consistent_prealloc_unaligned *up; in dp_prealloc_deinit() local 515 up = &g_dp_consistent_unaligned_allocs[i]; in dp_prealloc_deinit() 517 if (qdf_unlikely(up->in_use)) in dp_prealloc_deinit() 520 if (up->va_unaligned) { in dp_prealloc_deinit() 522 i, up->va_unaligned, in dp_prealloc_deinit() 523 (void *)up->pa_unaligned, up->size); in dp_prealloc_deinit() 525 up->size, in dp_prealloc_deinit() 526 up->va_unaligned, in dp_prealloc_deinit() 527 up->pa_unaligned, 0); in dp_prealloc_deinit() 528 up->in_use = false; in dp_prealloc_deinit() [all …]
|
/wlan-driver/wpa_supplicant_8/src/ap/ |
H A D | vlan_ifconfig.c |
|
H A D | wmm.c |
|
H A D | vlan_util.h |
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | wmm_ac.c |
|
H A D | README-Windows.txt |
|
H A D | todo.txt |
|
H A D | README-DPP |
|
H A D | ChangeLog |
|
H A D | eap_testing.txt |
|
H A D | android.config |
|
H A D | defconfig |
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_wmm.c | 236 ac->tspec.ts_info.up, in hdd_wmm_enable_tl_uapsd() 1136 tspec.ts_info.up = SME_QOS_WMM_UP_VO; in __hdd_wmm_do_implicit_qos() 1207 tspec.ts_info.up = SME_QOS_WMM_UP_VI; in __hdd_wmm_do_implicit_qos() 1278 tspec.ts_info.up = SME_QOS_WMM_UP_BE; in __hdd_wmm_do_implicit_qos() 1346 tspec.ts_info.up = SME_QOS_WMM_UP_BK; in __hdd_wmm_do_implicit_qos() 1462 tspec.ts_info.up, in __hdd_wmm_do_implicit_qos() 2148 static uint16_t __hdd_get_queue_index(uint16_t up) in __hdd_get_queue_index() argument 2150 if (qdf_unlikely(up >= ARRAY_SIZE(hdd_linux_up_to_ac_map))) in __hdd_get_queue_index() 2152 return hdd_linux_up_to_ac_map[up]; in __hdd_get_queue_index() 2166 uint16_t hdd_get_queue_index(uint16_t up, bool is_critical) in hdd_get_queue_index() argument [all …]
|
H A D | wlan_hdd_tx_rx.c | 515 enum sme_qos_wmmuptype up; in __hdd_hard_start_xmit() local 531 up = skb->priority; in __hdd_hard_start_xmit() 536 "%s: Classified as ac %d up %d", __func__, ac, up); in __hdd_hard_start_xmit() 580 up = SME_QOS_WMM_UP_VI; in __hdd_hard_start_xmit() 584 up = SME_QOS_WMM_UP_BE; in __hdd_hard_start_xmit() 588 up = SME_QOS_WMM_UP_BK; in __hdd_hard_start_xmit() 592 up = SME_QOS_WMM_UP_BK; in __hdd_hard_start_xmit() 599 skb->priority = up; in __hdd_hard_start_xmit() 600 skb->queue_mapping = hdd_linux_up_to_ac_map[up]; in __hdd_hard_start_xmit()
|
/wlan-driver/qcacld-3.0/core/sme/src/qos/ |
H A D | sme_qos.c | 391 static enum qca_wlan_ac_type sme_qos_up_to_ac(enum sme_qos_wmmuptype up); 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() 1417 pACInfo->requested_QoSInfo[tmask - 1].ts_info.up = in sme_qos_internal_setup_req() 1418 Tspec_Info.ts_info.up; in sme_qos_internal_setup_req() 1617 || (pQoSInfo->ts_info.up != flow_info->QoSInfo.ts_info.up) in sme_qos_internal_modify_req() 2549 pTspec_Info->ts_info.up); in sme_qos_setup() 2861 pTspec->tsinfo.traffic.userPrio = pTspec_Info->ts_info.up; in sme_qos_copy_tspec_info() 2868 sme_debug("up = %d, tid = %d", pTspec_Info->ts_info.up, in sme_qos_copy_tspec_info() 2993 ric_ie->TSPEC.user_priority = tspec_info->ts_info.up; in sme_qos_create_tspec_ricie() [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
H A D | utils_api.h | 307 #define upToAc(up) ((WLAN_UP_TO_AC_MAP >> ((up) << 2)) & 0x03) argument
|
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/native_sdio/src/ |
H A D | hif_scatter.c | 233 up(&busrequest->sem_req); in do_hif_read_write_scatter() 311 up(&device->sem_async); in hif_read_write_scatter() 328 up(&device->sem_async); in hif_read_write_scatter()
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/aidl/ |
H A D | android.hardware.wifi.supplicant-service.rc |
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/examples/ |
H A D | p2p-action-udhcp.sh |
|
H A D | p2p-action.sh |
|
/wlan-driver/qcacld-3.0/core/sme/inc/ |
H A D | sme_qos_api.h | 173 enum sme_qos_wmmuptype up; /* User priority */ member
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | i_qdf_lock.h | 170 up(m); in __qdf_semaphore_release()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/ |
H A D | mailbox.c | 1530 up(&device->sem_async); in hif_read_write() 1550 up(&device->sem_async); in hif_read_write() 1869 up(&request->sem_req); in async_task() 1905 up(&device->sem_async); in hif_disable_func()
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
H A D | wpa_gui.sgml |
|
/wlan-driver/wpa_supplicant_8/hostapd/ |
H A D | defconfig |
|