Home
last modified time | relevance | path

Searched defs:mlx5_ib_alloc_mw (Results 1 – 4 of 4) 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-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-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