Symbol: to_mucontext
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
1047
struct mlx4_ib_ucontext *context = to_mucontext(uctx);
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
1089
struct mlx4_ib_ucontext *context = to_mucontext(ibcontext);
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
1101
to_mucontext(context)->uar.pfn,
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
1111
to_mucontext(context)->uar.pfn +
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
764
err = mlx4_ib_db_map_user(to_mucontext(pd->uobject->context),
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
919
mlx4_ib_db_unmap_user(to_mucontext(pd->uobject->context), &qp->db);
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
156
return to_mucontext(ib_uverbs_get_ucontext(attrs));
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1267
struct mlx5_ib_ucontext *context = to_mucontext(uctx);
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1443
struct mlx5_ib_ucontext *context = to_mucontext(ibcontext);
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
1692
struct mlx5_ib_ucontext *context = to_mucontext(ibcontext);
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
1280
struct mlx5_ib_ucontext *mucontext = to_mucontext(ucontext);
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
1369
struct mlx5_ib_ucontext *mucontext = to_mucontext(ucontext);
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
1677
err = get_qp_user_index(to_mucontext(pd->uobject->context),
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
2110
} else if (!to_mucontext(pd->uobject->context)->cqe_version) {
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
712
context = to_mucontext(pd->uobject->context);
sys/dev/mlx5/mlx5_ib/mlx5_ib_qp.c
788
context = to_mucontext(pd->uobject->context);
sys/dev/mthca/mthca_provider.c
307
struct mthca_ucontext *context = to_mucontext(uctx);
sys/dev/mthca/mthca_provider.c
343
mthca_cleanup_user_db_tab(to_mdev(context->device), &to_mucontext(context)->uar,
sys/dev/mthca/mthca_provider.c
344
to_mucontext(context)->db_tab);
sys/dev/mthca/mthca_provider.c
345
mthca_uar_free(to_mdev(context->device), &to_mucontext(context)->uar);
sys/dev/mthca/mthca_provider.c
357
to_mucontext(context)->uar.pfn,
sys/dev/mthca/mthca_provider.c
863
if (!to_mucontext(pd->uobject->context)->reg_mr_warned) {
sys/dev/mthca/mthca_provider.c
868
++to_mucontext(pd->uobject->context)->reg_mr_warned;