Searched refs:cls_tbl (Results 1 – 4 of 4) sorted by relevance
1668 if (priv->cls_tbl) { in mrvl_create_cls_table()1669 pp2_cls_tbl_deinit(priv->cls_tbl); in mrvl_create_cls_table()1670 priv->cls_tbl = NULL; in mrvl_create_cls_table()1684 ret = pp2_cls_tbl_init(&priv->cls_tbl_params, &priv->cls_tbl); in mrvl_create_cls_table()1752 if (!priv->cls_tbl) { in mrvl_flow_create()1772 ret = pp2_cls_tbl_add_rule(priv->cls_tbl, &flow->rule, &flow->action); in mrvl_flow_create()1802 if (!priv->cls_tbl) { in mrvl_flow_remove()1809 ret = pp2_cls_tbl_remove_rule(priv->cls_tbl, &flow->rule); in mrvl_flow_remove()1916 if (priv->cls_tbl) { in mrvl_flow_flush()1917 pp2_cls_tbl_deinit(priv->cls_tbl); in mrvl_flow_flush()[all …]
267 ret = pp2_cls_tbl_modify_rule(priv->cls_tbl, &flow->rule, in mrvl_meter_enable()306 ret = pp2_cls_tbl_modify_rule(priv->cls_tbl, &flow->rule, in mrvl_meter_disable()
173 struct pp2_cls_tbl *cls_tbl; member
1117 if (priv->cls_tbl) { in mrvl_dev_close()1118 pp2_cls_tbl_deinit(priv->cls_tbl); in mrvl_dev_close()1119 priv->cls_tbl = NULL; in mrvl_dev_close()