Searched refs:ftype (Results 1 – 2 of 2) sorted by relevance
7838 enum mlx5_flow_drv_type ftype; in flow_drv_query() local7846 ftype = flow->drv_type; in flow_drv_query()7847 MLX5_ASSERT(ftype > MLX5_FLOW_TYPE_MIN && ftype < MLX5_FLOW_TYPE_MAX); in flow_drv_query()7848 fops = flow_get_drv_ops(ftype); in flow_drv_query()9294 enum mlx5_flow_drv_type ftype; in mlx5_flow_query_counter() local9307 ftype = (enum mlx5_flow_drv_type)(flow->drv_type); in mlx5_flow_query_counter()9308 MLX5_ASSERT(ftype > MLX5_FLOW_TYPE_MIN && in mlx5_flow_query_counter()9309 ftype < MLX5_FLOW_TYPE_MAX); in mlx5_flow_query_counter()9310 fops = flow_get_drv_ops(ftype); in mlx5_flow_query_counter()
5581 uint16_t ftype; in flowtype_to_str() member5612 if (flowtype_str_table[i].ftype == flow_type) in flowtype_to_str()