Lines Matching refs:err_msg
6946 static const char err_msg[] = "shared action validation unsupported"; in flow_drv_action_validate() local
6949 DRV_LOG(ERR, "port %u %s.", dev->data->port_id, err_msg); in flow_drv_action_validate()
6951 NULL, err_msg); in flow_drv_action_validate()
6978 static const char err_msg[] = "shared action destruction unsupported"; in mlx5_shared_action_destroy() local
6984 DRV_LOG(ERR, "port %u %s.", dev->data->port_id, err_msg); in mlx5_shared_action_destroy()
6986 NULL, err_msg); in mlx5_shared_action_destroy()
7000 static const char err_msg[] = "shared action update unsupported"; in flow_drv_action_update() local
7003 DRV_LOG(ERR, "port %u %s.", dev->data->port_id, err_msg); in flow_drv_action_update()
7005 NULL, err_msg); in flow_drv_action_update()
7019 static const char err_msg[] = "shared action query unsupported"; in flow_drv_action_query() local
7022 DRV_LOG(ERR, "port %u %s.", dev->data->port_id, err_msg); in flow_drv_action_query()
7024 NULL, err_msg); in flow_drv_action_query()
7049 static const char err_msg[] = "shared action creation unsupported"; in mlx5_shared_action_create() local
7057 DRV_LOG(ERR, "port %u %s.", dev->data->port_id, err_msg); in mlx5_shared_action_create()
7059 NULL, err_msg); in mlx5_shared_action_create()
7648 const char *err_msg) in mlx5_flow_tunnel_validate() argument
7650 err_msg = NULL; in mlx5_flow_tunnel_validate()
7652 err_msg = "tunnel offload was not activated"; in mlx5_flow_tunnel_validate()
7655 err_msg = "no application tunnel"; in mlx5_flow_tunnel_validate()
7661 err_msg = "unsupported tunnel type"; in mlx5_flow_tunnel_validate()
7668 return !err_msg; in mlx5_flow_tunnel_validate()
7680 const char *err_msg = NULL; in mlx5_flow_tunnel_decap_set() local
7681 bool verdict = mlx5_flow_tunnel_validate(dev, app_tunnel, err_msg); in mlx5_flow_tunnel_decap_set()
7686 err_msg); in mlx5_flow_tunnel_decap_set()
7707 const char *err_msg = NULL; in mlx5_flow_tunnel_match() local
7708 bool verdict = mlx5_flow_tunnel_validate(dev, app_tunnel, err_msg); in mlx5_flow_tunnel_match()
7713 err_msg); in mlx5_flow_tunnel_match()