Home
last modified time | relevance | path

Searched refs:pri (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/
Dhal_9224_tx.h748 uint8_t pri, uint8_t tid) in hal_tx_update_ppe_pri2tid_9224() argument
757 switch (pri) { in hal_tx_update_ppe_pri2tid_9224()
762 (HWIO_TCL_R0_PPE_INT_PRI_TID_MAP0_INT_PRI_0_BMSK << (0x3 * pri)); in hal_tx_update_ppe_pri2tid_9224()
763 shift = HWIO_TCL_R0_PPE_INT_PRI_TID_MAP0_INT_PRI_0_SHFT + (pri * 0x3); in hal_tx_update_ppe_pri2tid_9224()
766 pri = pri - 10; in hal_tx_update_ppe_pri2tid_9224()
770 (HWIO_TCL_R0_PPE_INT_PRI_TID_MAP1_INT_PRI_10_BMSK << (0x3 * pri)); in hal_tx_update_ppe_pri2tid_9224()
772 HWIO_TCL_R0_PPE_INT_PRI_TID_MAP1_INT_PRI_10_SHFT + (pri * 0x3); in hal_tx_update_ppe_pri2tid_9224()
780 reg_val |= (pri << shift) & mask; in hal_tx_update_ppe_pri2tid_9224()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6432/
Dhal_6432_tx.h669 uint8_t pri, uint8_t tid) in hal_tx_update_ppe_pri2tid_6432() argument
678 switch (pri) { in hal_tx_update_ppe_pri2tid_6432()
683 (HWIO_TCL_R0_PPE_INT_PRI_TID_MAP0_INT_PRI_0_BMSK << (0x3 * pri)); in hal_tx_update_ppe_pri2tid_6432()
684 shift = HWIO_TCL_R0_PPE_INT_PRI_TID_MAP0_INT_PRI_0_SHFT + (pri * 0x3); in hal_tx_update_ppe_pri2tid_6432()
687 pri = pri - 10; in hal_tx_update_ppe_pri2tid_6432()
691 (HWIO_TCL_R0_PPE_INT_PRI_TID_MAP1_INT_PRI_10_BMSK << (0x3 * pri)); in hal_tx_update_ppe_pri2tid_6432()
693 HWIO_TCL_R0_PPE_INT_PRI_TID_MAP1_INT_PRI_10_SHFT + (pri * 0x3); in hal_tx_update_ppe_pri2tid_6432()
701 reg_val |= (pri << shift) & mask; in hal_tx_update_ppe_pri2tid_6432()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
Ddfs_fcc_bin5.c196 uint64_t pri = 0; in bin5_rules_check_internal() local
201 pri = br->br_elems[this].be_ts - br->br_elems[prev].be_ts; in bin5_rules_check_internal()
204 pri = br->br_elems[this].be_ts; in bin5_rules_check_internal()
208 (uint64_t)pri, in bin5_rules_check_internal()
214 if (((pri >= DFS_BIN5_PRI_LOWER_LIMIT) && in bin5_rules_check_internal()
216 (pri <= DFS_BIN5_PRI_HIGHER_LIMIT))) { in bin5_rules_check_internal()
239 } else if ((pri >= DFS_BIN5_BRI_LOWER_LIMIT) && in bin5_rules_check_internal()
240 (pri <= DFS_BIN5_BRI_UPPER_LIMIT)) { in bin5_rules_check_internal()
245 "Bin5 PRI check fail pri=%llu", (uint64_t)pri); in bin5_rules_check_internal()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_ppe.h174 uint8_t pri, uint8_t tid) in cdp_ppesds_update_int_pri2tid() argument
182 return soc->ops->ppeds_ops->ppeds_update_int_pri2tid(soc, pri, in cdp_ppesds_update_int_pri2tid()
Dcdp_txrx_ops.h2562 uint8_t pri, uint8_t tid);
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_tx.h971 uint8_t pri, uint8_t tid) in hal_tx_update_int_pri2tid() argument
975 hal_soc->ops->hal_tx_update_ppe_pri2tid(hal_soc_hdl, pri, tid); in hal_tx_update_int_pri2tid()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_internal.h1132 uint8_t pri,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx.c1802 unsigned long pri; in dp_tx_get_tid() local
1804 pri = (ntohl(ver_pri_flowlabel) & IPV6_FLOWINFO_PRIORITY) >> in dp_tx_get_tid()
1806 tos = pri; in dp_tx_get_tid()
/wlan-driver/qcacld-3.0/core/sme/inc/
Dsme_api.h1765 uint8_t pri, uint32_t srvc_int,
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_api.c10562 uint8_t pri, uint32_t srvc_int, in sme_enable_uapsd_for_ac() argument
10599 uapsd_params.user_priority = pri; in sme_enable_uapsd_for_ac()