Home
last modified time | relevance | path

Searched refs:hif_exec_event (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_irq_affinity.h41 int hif_exec_event(struct hif_opaque_softc *hif,
58 static inline int hif_exec_event(struct hif_opaque_softc *hif, in hif_exec_event() function
H A Dhif_irq_affinity.c100 int hif_exec_event(struct hif_opaque_softc *hif_ctx, enum qca_napi_event event, in hif_exec_event() function
H A Dhif_napi.c518 return hif_exec_event(hif_ctx, event, data); in hif_napi_event()