Home
last modified time | relevance | path

Searched defs:mlx5_ib_alloc_mw (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/
Dmlx5-abi.h252 struct mlx5_ib_alloc_mw { struct
253 __u32 comp_mask;
254 __u8 num_klms;
255 __u8 reserved1;
256 __u16 reserved2;
/kernel/linux/linux-4.19/include/uapi/rdma/
Dmlx5-abi.h357 struct mlx5_ib_alloc_mw { struct
358 __u32 comp_mask;
359 __u8 num_klms;
360 __u8 reserved1;
361 __u16 reserved2;
/kernel/linux/linux-5.10/include/uapi/rdma/
Dmlx5-abi.h387 struct mlx5_ib_alloc_mw { struct
388 __u32 comp_mask;
389 __u8 num_klms;
390 __u8 reserved1;
391 __u16 reserved2;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
Dmlx5-abi.h288 struct mlx5_ib_alloc_mw { struct
289 __u32 comp_mask;
290 __u8 num_klms;
291 __u8 reserved1;
292 __u16 reserved2;
/kernel/linux/linux-4.19/drivers/infiniband/hw/mlx5/
Dmr.c1786 struct ib_mw *mlx5_ib_alloc_mw(struct ib_pd *pd, enum ib_mw_type type, in mlx5_ib_alloc_mw() function
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
Dmr.c1988 int mlx5_ib_alloc_mw(struct ib_mw *ibmw, struct ib_udata *udata) in mlx5_ib_alloc_mw() function