Searched refs:rof (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/regex/octeontx2/ |
| H A D | otx2_regexdev_compiler.c | 17 uint16_t nb_rules, struct rxp_rof **rof, struct rxp_rof **rofi, in ree_rule_db_compile() argument 119 rof, in ree_rule_db_compile() 139 struct rxp_rof *rof = NULL; in otx2_ree_rule_db_compile_prog() local 188 ret = ree_rule_db_compile(data->rules, data->nb_rules, &rof, in otx2_ree_rule_db_compile_prog() 200 ret = ree_rule_db_compile(data->rules, data->nb_rules, &rof, in otx2_ree_rule_db_compile_prog() 207 rule_db_len = rof->number_of_entries * sizeof(struct rxp_rof_entry); in otx2_ree_rule_db_compile_prog() 208 ret = otx2_ree_rule_db_prog(dev, (char *)rof->rof_entries, rule_db_len, in otx2_ree_rule_db_compile_prog() 214 rxp_free_structs(NULL, NULL, NULL, NULL, NULL, &rof, NULL, &rofi, NULL, in otx2_ree_rule_db_compile_prog()
|