Searched refs:rqn (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | transobj.c | 72 int mlx5_core_create_rq(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rqn) in mlx5_core_create_rq() argument 82 *rqn = MLX5_GET(create_rq_out, out, rqn); in mlx5_core_create_rq() 87 int mlx5_core_modify_rq(struct mlx5_core_dev *dev, u32 rqn, u32 *in, int inlen) in mlx5_core_modify_rq() argument 91 MLX5_SET(modify_rq_in, in, rqn, rqn); in mlx5_core_modify_rq() 98 void mlx5_core_destroy_rq(struct mlx5_core_dev *dev, u32 rqn) in mlx5_core_destroy_rq() argument 106 MLX5_SET(destroy_rq_in, in, rqn, rqn); in mlx5_core_destroy_rq()
|
D | transobj.h | 39 u32 *rqn); 40 int mlx5_core_modify_rq(struct mlx5_core_dev *dev, u32 rqn, u32 *in, int inlen); 41 void mlx5_core_destroy_rq(struct mlx5_core_dev *dev, u32 rqn);
|
D | en_main.c | 403 err = mlx5_core_create_rq(mdev, in, inlen, &rq->rqn); in mlx5e_enable_rq() 431 err = mlx5_core_modify_rq(mdev, rq->rqn, in, inlen); in mlx5e_modify_rq() 440 mlx5_core_destroy_rq(rq->priv->mdev, rq->rqn); in mlx5e_disable_rq() 1194 priv->channel[ix]->rq.rqn : in mlx5e_fill_indir_rqt_rqns() 1195 priv->drop_rq.rqn); in mlx5e_fill_indir_rqt_rqns() 1212 priv->channel[0]->rq.rqn : in mlx5e_fill_rqt_rqns() 1213 priv->drop_rq.rqn); in mlx5e_fill_rqt_rqns()
|
D | en.h | 324 u32 rqn; member
|
/linux-4.4.14/include/linux/mlx5/ |
D | mlx5_ifc.h | 3181 u8 rqn[0x18]; member 4174 u8 rqn[0x18]; member 4792 u8 rqn[0x18]; member 5353 u8 rqn[0x18]; member
|