Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_napi.h183 bool hif_napi_schedule(struct hif_opaque_softc *scn, int ce_id);
272 static inline bool hif_napi_schedule(struct hif_opaque_softc *hif, int ce_id) in hif_napi_schedule() function
H A Dhif_napi.c1071 bool hif_napi_schedule(struct hif_opaque_softc *hif_ctx, int ce_id) in hif_napi_schedule() function
1099 qdf_export_symbol(hif_napi_schedule);
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_tasklet.c954 hif_napi_schedule(hif_hdl, ce_id); in ce_dispatch_interrupt()