Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/hw/cxgb4/
Ddevice.c69 static struct workqueue_struct *reg_workq; variable
1238 queue_work(reg_workq, &ctx->reg_work); in c4iw_uld_state_change()
1543 reg_workq = create_singlethread_workqueue("Register_iWARP_device"); in c4iw_init_module()
1544 if (!reg_workq) { in c4iw_init_module()
1565 destroy_workqueue(reg_workq); in c4iw_exit_module()