Searched refs:rmpn (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dtransobj.h49 int mlx5_core_create_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rmpn);
51 int mlx5_core_destroy_rmp(struct mlx5_core_dev *dev, u32 rmpn);
52 int mlx5_core_query_rmp(struct mlx5_core_dev *dev, u32 rmpn, u32 *out);
53 int mlx5_core_arm_rmp(struct mlx5_core_dev *dev, u32 rmpn, u16 lwm);
54 int mlx5_core_create_xsrq(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rmpn);
55 int mlx5_core_destroy_xsrq(struct mlx5_core_dev *dev, u32 rmpn);
56 int mlx5_core_query_xsrq(struct mlx5_core_dev *dev, u32 rmpn, u32 *out);
57 int mlx5_core_arm_xsrq(struct mlx5_core_dev *dev, u32 rmpn, u16 lwm);
H A Dmlx5_transobj.c219 int mlx5_core_create_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rmpn) argument
228 *rmpn = MLX5_GET(create_rmp_out, out, rmpn);
242 int mlx5_core_destroy_rmp(struct mlx5_core_dev *dev, u32 rmpn) argument
248 MLX5_SET(destroy_rmp_in, in, rmpn, rmpn);
253 int mlx5_core_query_rmp(struct mlx5_core_dev *dev, u32 rmpn, u32 *out) argument
259 MLX5_SET(query_rmp_in, in, rmpn, rmpn);
264 int mlx5_core_arm_rmp(struct mlx5_core_dev *dev, u32 rmpn, u1 argument
[all...]
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c425 MLX5_GET(query_rmp_in, in, rmpn));
429 MLX5_GET(modify_rmp_in, in, rmpn));
/freebsd-current/sys/dev/mlx5/
H A Dmlx5_ifc.h2753 u8 rmpn[0x18]; member in struct:mlx5_ifc_rqc_bits
4671 u8 rmpn[0x18]; member in struct:mlx5_ifc_query_rmp_in_bits
6138 u8 rmpn[0x18]; member in struct:mlx5_ifc_modify_rmp_in_bits
6913 u8 rmpn[0x18]; member in struct:mlx5_ifc_destroy_rmp_in_bits
7735 u8 rmpn[0x18]; member in struct:mlx5_ifc_create_rmp_out_bits

Completed in 260 milliseconds