Lines Matching refs:name
2158 char name[12];
2194 snprintf(name, sizeof(name), "mlx4_ibt%d", port);
2195 ctx->wq = alloc_ordered_workqueue(name, WQ_MEM_RECLAIM);
2202 snprintf(name, sizeof(name), "mlx4_ibwi%d", port);
2203 ctx->wi_wq = alloc_ordered_workqueue(name, WQ_MEM_RECLAIM);
2210 snprintf(name, sizeof(name), "mlx4_ibud%d", port);
2211 ctx->ud_wq = alloc_ordered_workqueue(name, WQ_MEM_RECLAIM);