Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 36) sorted by relevance

12

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_prealloc.c467 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 Dvlan_ifconfig.c
H A Dwmm.c
H A Dvlan_util.h
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dwmm_ac.c
H A DREADME-Windows.txt
H A Dtodo.txt
H A DREADME-DPP
H A DChangeLog
H A Deap_testing.txt
H A Dandroid.config
H A Ddefconfig
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_wmm.c236 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 Dwlan_hdd_tx_rx.c515 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 Dsme_qos.c391 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 Dutils_api.h307 #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 Dhif_scatter.c233 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 Dandroid.hardware.wifi.supplicant-service.rc
/wlan-driver/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh
H A Dp2p-action.sh
/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dsme_qos_api.h173 enum sme_qos_wmmuptype up; /* User priority */ member
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_lock.h170 up(m); in __qdf_semaphore_release()
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dmailbox.c1530 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 Dwpa_gui.sgml
/wlan-driver/wpa_supplicant_8/hostapd/
H A Ddefconfig

12