Searched refs:rmpn (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | transobj.h | 50 int mlx5_core_create_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rmpn); 52 int mlx5_core_destroy_rmp(struct mlx5_core_dev *dev, u32 rmpn); 53 int mlx5_core_query_rmp(struct mlx5_core_dev *dev, u32 rmpn, u32 *out); 54 int mlx5_core_arm_rmp(struct mlx5_core_dev *dev, u32 rmpn, u16 lwm); 55 int mlx5_core_create_xsrq(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rmpn); 56 int mlx5_core_destroy_xsrq(struct mlx5_core_dev *dev, u32 rmpn); 57 int mlx5_core_query_xsrq(struct mlx5_core_dev *dev, u32 rmpn, u32 *out); 58 int mlx5_core_arm_xsrq(struct mlx5_core_dev *dev, u32 rmpn, u16 lwm);
|
H A D | mlx5_transobj.c | 231 int mlx5_core_create_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rmpn) in mlx5_core_create_rmp() argument 240 *rmpn = MLX5_GET(create_rmp_out, out, rmpn); in mlx5_core_create_rmp() 254 int mlx5_core_destroy_rmp(struct mlx5_core_dev *dev, u32 rmpn) in mlx5_core_destroy_rmp() argument 260 MLX5_SET(destroy_rmp_in, in, rmpn, rmpn); in mlx5_core_destroy_rmp() 265 int mlx5_core_query_rmp(struct mlx5_core_dev *dev, u32 rmpn, u32 *out) in mlx5_core_query_rmp() argument 271 MLX5_SET(query_rmp_in, in, rmpn, rmpn); in mlx5_core_query_rmp() 276 int mlx5_core_arm_rmp(struct mlx5_core_dev *dev, u32 rmpn, u16 lwm) in mlx5_core_arm_rmp() argument 293 MLX5_SET(modify_rmp_in, in, rmpn, rmpn); in mlx5_core_arm_rmp()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_devx.c | 425 MLX5_GET(query_rmp_in, in, rmpn)); in devx_get_obj_id() 429 MLX5_GET(modify_rmp_in, in, rmpn)); in devx_get_obj_id()
|
/freebsd/sys/dev/mlx5/ |
H A D | mlx5_ifc.h | 3016 u8 rmpn[0x18]; member 4962 u8 rmpn[0x18]; member 6435 u8 rmpn[0x18]; member 7215 u8 rmpn[0x18]; member 8037 u8 rmpn[0x18]; member
|