Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main.h282 struct hif_umac_reset_ctx { struct
283 struct tasklet_struct intr_tq;
284 bool (*irq_handler)(void *cb_ctx);
285 int (*cb_handler)(void *cb_ctx);
286 void *cb_ctx;
287 uint32_t os_irq;
288 bool irq_configured;
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/mlo/
H A Ddp_mlo.c1510 struct hif_umac_reset_ctx *hif_umac_reset_ctx; in dp_umac_reset_handle_action_cb() local