Searched refs:cls_tbl_params (Results 1 – 2 of 2) sorted by relevance
2384 struct pp2_cls_tbl_key *key = &priv->cls_tbl_params.key; in mrvl_create_cls_table()2392 memset(&priv->cls_tbl_params, 0, sizeof(priv->cls_tbl_params)); in mrvl_create_cls_table()2394 priv->cls_tbl_params.type = mrvl_engine_type(first_flow); in mrvl_create_cls_table()2396 priv->cls_tbl_params.type == PP2_CLS_TBL_EXACT_MATCH ? in mrvl_create_cls_table()2398 priv->cls_tbl_params.max_num_rules = MRVL_CLS_MAX_NUM_RULES; in mrvl_create_cls_table()2399 priv->cls_tbl_params.default_act.type = PP2_CLS_TBL_ACT_DONE; in mrvl_create_cls_table()2400 priv->cls_tbl_params.default_act.cos = &first_flow->cos; in mrvl_create_cls_table()2526 ret = pp2_cls_tbl_init(&priv->cls_tbl_params, &priv->cls_tbl); in mrvl_create_cls_table()2544 mrvl_engine_type(flow) == priv->cls_tbl_params.type; in mrvl_flow_can_be_added()
198 struct pp2_cls_tbl_params cls_tbl_params; member