/wlan-driver/fw-api/fw/ |
H A D | wmi_services.h | 718 #define WMI_SERVICE_ENABLE(pwmi_svc_bmap,svc_id) \ argument 719 ( (pwmi_svc_bmap)[(svc_id)/(sizeof(A_UINT32))] |= \ 720 ((A_UINT32) 1 << ((svc_id)%(sizeof(A_UINT32)))) ) 722 #define WMI_SERVICE_DISABLE(pwmi_svc_bmap,svc_id) \ argument 723 ( (pwmi_svc_bmap)[(svc_id)/(sizeof(A_UINT32))] &= \ 724 ( ~((A_UINT32) 1 << ((svc_id)%(sizeof(A_UINT32)))) ) ) 726 #define WMI_SERVICE_IS_ENABLED(pwmi_svc_bmap,svc_id) \ argument 727 ( ((pwmi_svc_bmap)[(svc_id)/(sizeof(A_UINT32))] & \ 728 ((A_UINT32) 1 << ((svc_id)%(sizeof(A_UINT32)))) ) != 0) 731 #define WMI_SERVICE_EXT_ENABLE(pwmi_svc_bmap, pwmi_svc_ext_bmap, svc_id) \ argument [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
H A D | cdp_txrx_sawf.h | 27 uint8_t *mac, uint8_t svc_id) in cdp_sawf_peer_svcid_map() argument 40 return soc->ops->sawf_ops->sawf_def_queues_map_req(soc, mac, svc_id); in cdp_sawf_peer_svcid_map() 45 uint8_t *mac, uint8_t svc_id) in cdp_sawf_peer_unmap() argument 58 return soc->ops->sawf_ops->sawf_def_queues_unmap_req(soc, mac, svc_id); in cdp_sawf_peer_unmap() 107 cdp_get_peer_sawf_delay_stats(ol_txrx_soc_handle soc, uint32_t svc_id, in cdp_get_peer_sawf_delay_stats() argument 120 return soc->ops->sawf_ops->txrx_get_peer_sawf_delay_stats(soc, svc_id, in cdp_get_peer_sawf_delay_stats() 134 cdp_get_peer_sawf_tx_stats(ol_txrx_soc_handle soc, uint32_t svc_id, in cdp_get_peer_sawf_tx_stats() argument 147 return soc->ops->sawf_ops->txrx_get_peer_sawf_tx_stats(soc, svc_id, in cdp_get_peer_sawf_tx_stats() 382 uint8_t svc_id, uint8_t direction, in cdp_sawf_peer_flow_count() argument 394 (soc, mac_addr, svc_id, direction, start_or_stop, peer_mac, in cdp_sawf_peer_flow_count() [all …]
|
H A D | cdp_txrx_ops.h | 1777 int (*disable_sawf_svc)(uint8_t svc_id); 2485 uint32_t svc_id, uint8_t *mac, 2489 uint32_t svc_id, uint8_t *mac, 2526 uint8_t svc_id, uint8_t direction,
|
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/ |
H A D | hif_usb.c | 495 int hif_map_service_to_pipe(struct hif_opaque_softc *scn, uint16_t svc_id, in hif_map_service_to_pipe() argument 501 switch (svc_id) { in hif_map_service_to_pipe() 550 int hif_map_service_to_pipe(struct hif_opaque_softc *scn, uint16_t svc_id, in hif_map_service_to_pipe() argument 557 switch (svc_id) { in hif_map_service_to_pipe()
|
/wlan-driver/qca-wifi-host-cmn/htc/ |
H A D | htc.c | 51 static const uint32_t svc_id[] = {WMI_CONTROL_SVC, WMI_CONTROL_SVC_WMAC1, variable 54 static const uint32_t svc_id[] = {WMI_CONTROL_SVC}; variable 674 uint32_t max_wmi_svc = (sizeof(svc_id) / sizeof(uint32_t)); in htc_setup_target_buffer_assignments() 687 pEntry->service_id = svc_id[i]; in htc_setup_target_buffer_assignments()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
H A D | ce_main.c | 5746 int hif_map_service_to_pipe(struct hif_opaque_softc *hif_hdl, uint16_t svc_id, in hif_map_service_to_pipe() argument 5768 if (element.service_id == svc_id) { in hif_map_service_to_pipe() 5783 hif_debug("ul pipe is NOT updated for service %d", svc_id); in hif_map_service_to_pipe() 5785 hif_debug("dl pipe is NOT updated for service %d", svc_id); in hif_map_service_to_pipe()
|
/wlan-driver/qca-wifi-host-cmn/hif/inc/ |
H A D | hif.h | 1232 int hif_map_service_to_pipe(struct hif_opaque_softc *hif_ctx, uint16_t svc_id,
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
H A D | wmi_unified_priv.h | 3278 (*send_sawf_disable_cmd)(wmi_unified_t wmi, uint32_t svc_id);
|