Searched refs:ext_intr_task (Results 1 – 2 of 2) sorted by relevance
414 sc->ext_intr_task.name = "cxgb_ext_intr_handler"; in cxgb_controller_attach()415 sc->ext_intr_task.func = cxgb_ext_intr_handler; in cxgb_controller_attach()416 sc->ext_intr_task.context = sc; in cxgb_controller_attach()417 kthread_create(PRI_NONE, 0, NULL, cxgb_make_task, &sc->ext_intr_task, NULL, "cxgb_make_task"); in cxgb_controller_attach()941 workqueue_enqueue(sc->ext_intr_task.wq, &sc->ext_intr_task.w, NULL); in t3_os_ext_intr_handler()
350 struct cxgb_task ext_intr_task; member