Home
last modified time | relevance | path

Searched refs:ce (Results 1 – 11 of 11) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_napi.h175 int hif_napi_enabled(struct hif_opaque_softc *hif, int ce);
177 bool hif_napi_created(struct hif_opaque_softc *hif, int ce);
262 static inline int hif_napi_enabled(struct hif_opaque_softc *hif, int ce) in hif_napi_enabled() argument
265 static inline bool hif_napi_created(struct hif_opaque_softc *hif, int ce) in hif_napi_created() argument
H A Dhif_napi.c337 uint8_t ce = NAPI_ID2PIPE(id); in hif_napi_destroy() local
346 } else if (0 == (hif->napi_data.ce_map & (0x01 << ce))) { in hif_napi_destroy()
347 hif_err("NAPI instance %d (pipe %d) not created", id, ce); in hif_napi_destroy()
348 if (hif->napi_data.napis[ce]) in hif_napi_destroy()
350 id, ce); in hif_napi_destroy()
357 napii = napid->napis[ce]; in hif_napi_destroy()
359 if (napid->ce_map & (0x01 << ce)) in hif_napi_destroy()
360 hif_err("napii & ce_map out of sync(ce %d)", ce); in hif_napi_destroy()
388 napid->ce_map &= ~(0x01 << ce); in hif_napi_destroy()
389 napid->napis[ce] = NULL; in hif_napi_destroy()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_main.c2535 char ce[MAX_CE_STR_LEN]; in ce_ring_dump_register_region() local
2539 qdf_snprint(ce, MAX_CE_STR_LEN, "%s%d", "ce_", CE_id); in ce_ring_dump_register_region()
2540 qdf_ssr_driver_dump_register_region(ce, CE_state, sizeof(*CE_state)); in ce_ring_dump_register_region()
2545 "%s%s", ce, "_status_ring"); in ce_ring_dump_register_region()
2557 "%s%s", ce, "_dest_ring"); in ce_ring_dump_register_region()
2569 "%s%s", ce, "_src_ring"); in ce_ring_dump_register_region()
2590 char ce[MAX_CE_STR_LEN]; in ce_ring_dump_unregister_region() local
2594 qdf_snprint(ce, MAX_CE_STR_LEN, "%s%d", "ce_", CE_id); in ce_ring_dump_unregister_region()
2595 qdf_ssr_driver_dump_unregister_region(ce); in ce_ring_dump_unregister_region()
2598 "%s%s", ce, "_status_ring"); in ce_ring_dump_unregister_region()
[all …]
H A Dce_api.h562 void ce_ipa_get_resource(struct CE_handle *ce,
582 static inline void ce_ipa_get_resource(struct CE_handle *ce, in ce_ipa_get_resource() argument
H A Dce_service.c1652 void ce_ipa_get_resource(struct CE_handle *ce, in ce_ipa_get_resource() argument
1657 struct CE_state *CE_state = (struct CE_state *)ce; in ce_ipa_get_resource()
2182 uint32_t ce, uint32_t skb_sz) in hif_log_dump_ce() argument
2188 ce_state = scn->ce_id_to_state[ce]; in hif_log_dump_ce()
/wlan-driver/qca-wifi-host-cmn/spectral/
H A DKbuild93 -I$(obj)/$(DEPTH)/cmn_dev/hif/src/ce \
144 -I$(HOST_CMN_CONVG_HIF_SRC)/ce \
/wlan-driver/qcacld-3.0/
H A Dwlan_qcacld3_modules.bzl81 "cmn/hif/src/ce",
343 "cmn/hif/src/ce/ce_diag.c",
344 "cmn/hif/src/ce/ce_main.c",
345 "cmn/hif/src/ce/ce_service.c",
346 "cmn/hif/src/ce/ce_tasklet.c",
675 "cmn/hif/src/ce/ce_service_srng.c",
1089 "cmn/hif/src/ce/ce_service_srng.c",
1611 "cmn/hif/src/ce/ce_bmi.c",
H A DKbuild2792 HIF_CE_DIR := $(HIF_DIR)/src/ce
/wlan-driver/qca-wifi-host-cmn/iot_sim/
H A DKbuild68 -I$(obj)/$(DEPTH)/cmn_dev/hif/src/ce \
/wlan-driver/platform/cnss2/
H A Dpci.c5902 enum cnss_ce_index ce) in cnss_pci_dump_ce_reg() argument
5905 u32 ce_base = ce * CE_REG_INTERVAL; in cnss_pci_dump_ce_reg()
5923 switch (ce) { in cnss_pci_dump_ce_reg()
5931 ce, ce_src[i].name, reg_offset, val); in cnss_pci_dump_ce_reg()
5939 ce, ce_dst[i].name, reg_offset, val); in cnss_pci_dump_ce_reg()
5952 cnss_pr_err("Unsupported CE[%d] registers dump\n", ce); in cnss_pci_dump_ce_reg()
/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dhif.h2368 uint32_t ce, uint32_t skb_sz);