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

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dtransobj.h51 int mlx5_core_create_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rmpn);
53 int mlx5_core_destroy_rmp(struct mlx5_core_dev *dev, u32 rmpn);
54 int mlx5_core_query_rmp(struct mlx5_core_dev *dev, u32 rmpn, u32 *out);
55 int mlx5_core_arm_rmp(struct mlx5_core_dev *dev, u32 rmpn, u16 lwm);
56 int mlx5_core_create_xsrq(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rmpn);
57 int mlx5_core_destroy_xsrq(struct mlx5_core_dev *dev, u32 rmpn);
58 int mlx5_core_query_xsrq(struct mlx5_core_dev *dev, u32 rmpn, u32 *out);
59 int mlx5_core_arm_xsrq(struct mlx5_core_dev *dev, u32 rmpn, u16 lwm);
H A Dmlx5_transobj.c215 int mlx5_core_create_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rmpn) argument
224 *rmpn = MLX5_GET(create_rmp_out, out, rmpn);
238 int mlx5_core_destroy_rmp(struct mlx5_core_dev *dev, u32 rmpn) argument
244 MLX5_SET(destroy_rmp_in, in, rmpn, rmpn);
249 int mlx5_core_query_rmp(struct mlx5_core_dev *dev, u32 rmpn, u32 *out) argument
255 MLX5_SET(query_rmp_in, in, rmpn, rmpn);
260 int mlx5_core_arm_rmp(struct mlx5_core_dev *dev, u32 rmpn, u1 argument
[all...]
/freebsd-11-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h2457 u8 rmpn[0x18]; member in struct:mlx5_ifc_rqc_bits
4294 u8 rmpn[0x18]; member in struct:mlx5_ifc_query_rmp_in_bits
5499 u8 rmpn[0x18]; member in struct:mlx5_ifc_modify_rmp_in_bits
6251 u8 rmpn[0x18]; member in struct:mlx5_ifc_destroy_rmp_in_bits
7005 u8 rmpn[0x18]; member in struct:mlx5_ifc_create_rmp_out_bits

Completed in 199 milliseconds