rq_wq_type        252 drivers/net/ethernet/mellanox/mlx5/core/en.h 	u8  rq_wq_type;
rq_wq_type        148 drivers/net/ethernet/mellanox/mlx5/core/en/params.c 	bool is_linear_skb = (params->rq_wq_type == MLX5_WQ_TYPE_CYCLIC) ?
rq_wq_type        257 drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c 	wq_head = params->rq_wq_type == MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ ?
rq_wq_type        329 drivers/net/ethernet/mellanox/mlx5/core/en/reporter_rx.c 	err = devlink_fmsg_u8_pair_put(fmsg, "type", params->rq_wq_type);
rq_wq_type         29 drivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.c 	switch (params->rq_wq_type) {
rq_wq_type         94 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		       params->rq_wq_type == MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ,
rq_wq_type         95 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		       params->rq_wq_type == MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ ?
rq_wq_type        125 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	params->rq_wq_type = mlx5e_striding_rq_possible(mdev, params) &&
rq_wq_type        393 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	rq->wq_type = params->rq_wq_type;
rq_wq_type       2158 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	switch (params->rq_wq_type) {
rq_wq_type       2174 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	MLX5_SET(wq, wq, wq_type,          params->rq_wq_type);
rq_wq_type       2177 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 		 mlx5e_get_rqwq_log_stride(params->rq_wq_type, ndsegs));
rq_wq_type       2247 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	switch (params->rq_wq_type) {
rq_wq_type       2319 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	switch (params->rq_wq_type) {
rq_wq_type       3688 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	if (old_params->rq_wq_type != MLX5_WQ_TYPE_CYCLIC) {
rq_wq_type       3952 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	if (params->rq_wq_type == MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ) {
rq_wq_type       4831 drivers/net/ethernet/mellanox/mlx5/core/en_main.c 	if (params->rq_wq_type == MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ) {