Searched refs:rmpn (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/sys/dev/mlx5/mlx5_core/ |
| D | transobj.h | 49 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);
|
| D | mlx5_transobj.c | 226 int mlx5_core_create_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rmpn) in mlx5_core_create_rmp() argument 236 *rmpn = MLX5_GET(create_rmp_out, out, rmpn); in mlx5_core_create_rmp() 251 int mlx5_core_destroy_rmp(struct mlx5_core_dev *dev, u32 rmpn) in mlx5_core_destroy_rmp() argument 259 MLX5_SET(destroy_rmp_in, in, rmpn, rmpn); in mlx5_core_destroy_rmp() 264 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-10-stable/sys/dev/mlx5/ |
| D | mlx5_ifc.h | 2302 u8 rmpn[0x18]; member 4075 u8 rmpn[0x18]; member 5280 u8 rmpn[0x18]; member 5995 u8 rmpn[0x18]; member 6749 u8 rmpn[0x18]; member
|