Searched refs:pri (Results 1 – 10 of 10) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9224/ |
D | hal_9224_tx.h | 748 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/ |
D | hal_6432_tx.h | 669 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/ |
D | dfs_fcc_bin5.c | 196 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/ |
D | cdp_txrx_ppe.h | 174 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()
|
D | cdp_txrx_ops.h | 2562 uint8_t pri, uint8_t tid);
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/ |
D | hal_be_tx.h | 971 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/ |
D | hal_internal.h | 1132 uint8_t pri,
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_tx.c | 1802 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/ |
D | sme_api.h | 1765 uint8_t pri, uint32_t srvc_int,
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
D | sme_api.c | 10562 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()
|