Searched refs:rmpn (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | transobj.h | 55 u32 *rmpn); 57 int mlx5_core_destroy_rmp(struct mlx5_core_dev *dev, u32 rmpn); 58 int mlx5_core_query_rmp(struct mlx5_core_dev *dev, u32 rmpn, u32 *out); 59 int mlx5_core_arm_rmp(struct mlx5_core_dev *dev, u32 rmpn, u16 lwm); 61 u32 *rmpn); 62 int mlx5_core_destroy_xsrq(struct mlx5_core_dev *dev, u32 rmpn); 63 int mlx5_core_query_xsrq(struct mlx5_core_dev *dev, u32 rmpn, u32 *out); 64 int mlx5_core_arm_xsrq(struct mlx5_core_dev *dev, u32 rmpn, u16 lwm);
|
D | transobj.c | 221 u32 *rmpn) in mlx5_core_create_rmp() argument 231 *rmpn = MLX5_GET(create_rmp_out, out, rmpn); in mlx5_core_create_rmp() 246 int mlx5_core_destroy_rmp(struct mlx5_core_dev *dev, u32 rmpn) in mlx5_core_destroy_rmp() argument 254 MLX5_SET(destroy_rmp_in, in, rmpn, rmpn); in mlx5_core_destroy_rmp() 260 int mlx5_core_query_rmp(struct mlx5_core_dev *dev, u32 rmpn, u32 *out) in mlx5_core_query_rmp() argument 267 MLX5_SET(query_rmp_in, in, rmpn, rmpn); in mlx5_core_query_rmp() 272 int mlx5_core_arm_rmp(struct mlx5_core_dev *dev, u32 rmpn, u16 lwm) in mlx5_core_arm_rmp() argument 289 MLX5_SET(modify_rmp_in, in, rmpn, rmpn); in mlx5_core_arm_rmp()
|
D | srq.c | 383 MLX5_SET(modify_rmp_in, in, rmpn, srq->srqn); in arm_rmp_cmd()
|
/linux-4.4.14/include/linux/mlx5/ |
D | mlx5_ifc.h | 2111 u8 rmpn[0x18]; member 3229 u8 rmpn[0x18]; member 4210 u8 rmpn[0x18]; member 4814 u8 rmpn[0x18]; member 5377 u8 rmpn[0x18]; member
|