Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Ddevice.c69 static struct workqueue_struct *reg_workq; variable
1240 queue_work(reg_workq, &ctx->reg_work); in c4iw_uld_state_change()
1545 reg_workq = create_singlethread_workqueue("Register_iWARP_device"); in c4iw_init_module()
1546 if (!reg_workq) { in c4iw_init_module()
1567 destroy_workqueue(reg_workq); in c4iw_exit_module()