Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/cxgb4/
Ddevice.c69 static struct workqueue_struct *reg_workq; variable
1237 queue_work(reg_workq, &ctx->reg_work); in c4iw_uld_state_change()
1542 reg_workq = create_singlethread_workqueue("Register_iWARP_device"); in c4iw_init_module()
1543 if (!reg_workq) { in c4iw_init_module()
1564 flush_workqueue(reg_workq); in c4iw_exit_module()
1565 destroy_workqueue(reg_workq); in c4iw_exit_module()