Symbol: mlx4_ib_ucontext
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
634
static inline struct mlx4_ib_ucontext *to_mucontext(struct ib_ucontext *ibucontext)
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
636
return container_of(ibucontext, struct mlx4_ib_ucontext, ibucontext);
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
714
int mlx4_ib_db_map_user(struct mlx4_ib_ucontext *context, unsigned long virt,
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
716
void mlx4_ib_db_unmap_user(struct mlx4_ib_ucontext *context, struct mlx4_db *db);
sys/dev/mlx4/mlx4_ib/mlx4_ib_cq.c
145
struct mlx4_ib_ucontext *context = rdma_udata_to_drv_context(
sys/dev/mlx4/mlx4_ib/mlx4_ib_cq.c
146
udata, struct mlx4_ib_ucontext, ibucontext);
sys/dev/mlx4/mlx4_ib/mlx4_ib_cq.c
184
struct mlx4_ib_ucontext *context = rdma_udata_to_drv_context(
sys/dev/mlx4/mlx4_ib/mlx4_ib_cq.c
185
udata, struct mlx4_ib_ucontext, ibucontext);
sys/dev/mlx4/mlx4_ib/mlx4_ib_cq.c
478
struct mlx4_ib_ucontext,
sys/dev/mlx4/mlx4_ib/mlx4_ib_doorbell.c
44
int mlx4_ib_db_map_user(struct mlx4_ib_ucontext *context, unsigned long virt,
sys/dev/mlx4/mlx4_ib/mlx4_ib_doorbell.c
85
void mlx4_ib_db_unmap_user(struct mlx4_ib_ucontext *context, struct mlx4_db *db)
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
1019
struct mlx4_ib_ucontext *context = to_mucontext(uctx);
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
1061
struct mlx4_ib_ucontext *context = to_mucontext(ibcontext);
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
1093
struct mlx4_ib_ucontext *mcontext =
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
1096
struct mlx4_ib_ucontext,
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
1634
struct mlx4_ib_ucontext *ucontext = rdma_udata_to_drv_context(
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
1635
udata, struct mlx4_ib_ucontext, ibucontext);
sys/dev/mlx4/mlx4_ib/mlx4_ib_srq.c
280
struct mlx4_ib_ucontext,
sys/dev/mlx4/mlx4_ib/mlx4_ib_srq.c
77
struct mlx4_ib_ucontext *ucontext = rdma_udata_to_drv_context(
sys/dev/mlx4/mlx4_ib/mlx4_ib_srq.c
78
udata, struct mlx4_ib_ucontext, ibucontext);