Searched defs:hif_umac_reset_ctx (Results 1 – 2 of 2) sorted by relevance
282 struct hif_umac_reset_ctx { struct283 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;
1510 struct hif_umac_reset_ctx *hif_umac_reset_ctx; in dp_umac_reset_handle_action_cb() local