Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_main.c782 p->start_task.name = "cxgb_start_proc"; in cxgb_port_attach()
783 p->start_task.func = cxgb_start_proc; in cxgb_port_attach()
784 p->start_task.context = ifp; in cxgb_port_attach()
785 kthread_create(PRI_NONE, 0, NULL, cxgb_make_task, &p->start_task, NULL, "cxgb_make_task"); in cxgb_port_attach()
802 if (p->start_task.wq != NULL) { in cxgb_port_detach()
803 workqueue_destroy(p->start_task.wq); in cxgb_port_detach()
804 p->start_task.wq = NULL; in cxgb_port_detach()
1492 workqueue_enqueue(pi->start_task.wq, &pi->start_task.w, NULL); in cxgb_start()
H A Dcxgb_adapter.h124 struct cxgb_task start_task; member
H A Dcxgb_sge.c793 workqueue_enqueue(p->start_task.wq, &p->start_task.w, NULL); in sge_txq_reclaim_()