Home
last modified time | relevance | path

Searched refs:CE_id (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_service.c1047 static inline bool check_ce_id_and_epping_enabled(int CE_id, uint32_t mode) in check_ce_id_and_epping_enabled() argument
1057 static inline bool check_ce_id_and_epping_enabled(int CE_id, uint32_t mode) in check_ce_id_and_epping_enabled() argument
1059 if (CE_id != CE_HTT_H2T_MSG || QDF_IS_EPPING_ENABLED(mode)) in check_ce_id_and_epping_enabled()
1075 void ce_engine_service_reg(struct hif_softc *scn, int CE_id) in ce_engine_service_reg() argument
1077 struct CE_state *CE_state = scn->ce_id_to_state[CE_id]; in ce_engine_service_reg()
1150 if (check_ce_id_and_epping_enabled(CE_id, mode)) { in ce_engine_service_reg()
1304 int ce_per_engine_service(struct hif_softc *scn, unsigned int CE_id) in ce_per_engine_service() argument
1306 struct CE_state *CE_state = scn->ce_id_to_state[CE_id]; in ce_per_engine_service()
1329 CE_state->service(scn, CE_id); in ce_per_engine_service()
1347 int CE_id; in ce_per_engine_service_any() local
[all …]
H A Dce_main.c1768 static QDF_STATUS ce_alloc_desc_ring(struct hif_softc *scn, unsigned int CE_id, in ce_alloc_desc_ring() argument
1773 if ((CE_id == HIF_PCI_IPA_UC_ASSIGNED_CE) && in ce_alloc_desc_ring()
1801 CE_id); in ce_alloc_desc_ring()
1817 static void ce_free_desc_ring(struct hif_softc *scn, unsigned int CE_id, in ce_free_desc_ring() argument
1820 if ((CE_id == HIF_PCI_IPA_UC_ASSIGNED_CE) && in ce_free_desc_ring()
1839 static QDF_STATUS ce_alloc_desc_ring(struct hif_softc *scn, unsigned int CE_id, in ce_alloc_desc_ring() argument
1855 CE_id); in ce_alloc_desc_ring()
1861 static void ce_free_desc_ring(struct hif_softc *scn, unsigned int CE_id, in ce_free_desc_ring() argument
2411 alloc_mem_ce_debug_history(struct hif_softc *scn, unsigned int CE_id, in alloc_mem_ce_debug_history() argument
2418 free_mem_ce_debug_history(struct hif_softc *scn, unsigned int CE_id) { } in free_mem_ce_debug_history() argument
[all …]
H A Dce_api.h436 unsigned int CE_id, struct CE_attr *attr);
485 int ce_per_engine_service(struct hif_softc *scn, unsigned int CE_id);
486 void ce_per_engine_servicereap(struct hif_softc *scn, unsigned int CE_id);
700 void ce_engine_service_reg(struct hif_softc *scn, int CE_id);
H A Dce_reg.h534 #define CE_BASE_ADDRESS(CE_id) \ argument
536 CE0_BASE_ADDRESS)*(CE_id))
H A Dce_internal.h219 void (*service)(struct hif_softc *scn, int CE_id);