Home
last modified time | relevance | path

Searched defs:hif_msg_callbacks (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/inc/ !
H A Dhif.h1082 struct hif_msg_callbacks { struct
1083 void *Context;
1085 QDF_STATUS (*txCompletionHandler)(void *Context, qdf_nbuf_t wbuf,
1088 QDF_STATUS (*rxCompletionHandler)(void *Context, qdf_nbuf_t wbuf,
1090 void (*txResourceAvailHandler)(void *context, uint8_t pipe);
1091 void (*fwEventHandler)(void *context, QDF_STATUS status);
1092 void (*update_bundle_stats)(void *context, uint8_t no_of_pkt_in_bundle);
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ !
H A Dce_main.c3700 struct hif_msg_callbacks *hif_msg_callbacks = in hif_completion_thread_startup_by_ceid() local