Searched refs:rqtn (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | transobj.c | 375 u32 *rqtn) in mlx5_core_create_rqt() argument 385 *rqtn = MLX5_GET(create_rqt_out, out, rqtn); in mlx5_core_create_rqt() 390 int mlx5_core_modify_rqt(struct mlx5_core_dev *dev, u32 rqtn, u32 *in, in mlx5_core_modify_rqt() argument 395 MLX5_SET(modify_rqt_in, in, rqtn, rqtn); in mlx5_core_modify_rqt() 402 void mlx5_core_destroy_rqt(struct mlx5_core_dev *dev, u32 rqtn) in mlx5_core_destroy_rqt() argument 410 MLX5_SET(destroy_rqt_in, in, rqtn, rqtn); in mlx5_core_destroy_rqt()
|
D | transobj.h | 67 u32 *rqtn); 68 int mlx5_core_modify_rqt(struct mlx5_core_dev *dev, u32 rqtn, u32 *in, 70 void mlx5_core_destroy_rqt(struct mlx5_core_dev *dev, u32 rqtn);
|
D | en.h | 496 u32 rqtn[MLX5E_NUM_RQT]; member
|
D | en_main.c | 1242 err = mlx5_core_create_rqt(mdev, in, inlen, &priv->rqtn[rqt_ix]); in mlx5e_create_rqt() 1273 err = mlx5_core_modify_rqt(mdev, priv->rqtn[rqt_ix], in, inlen); in mlx5e_redirect_rqt() 1282 mlx5_core_destroy_rqt(priv->mdev, priv->rqtn[rqt_ix]); in mlx5e_destroy_rqt() 1656 priv->rqtn[MLX5E_SINGLE_RQ_RQT]); in mlx5e_build_tir_ctx() 1661 priv->rqtn[MLX5E_INDIRECTION_RQT]); in mlx5e_build_tir_ctx()
|
/linux-4.4.14/include/linux/mlx5/ |
D | mlx5_ifc.h | 3157 u8 rqtn[0x18]; member 4145 u8 rqtn[0x18]; member 4770 u8 rqtn[0x18]; member 5329 u8 rqtn[0x18]; member
|