Lines Matching refs:TABLE

68 		RTE_LOG(ERR, TABLE, "%s: Invalid value for params\n", __func__);  in rte_table_acl_create()
72 RTE_LOG(ERR, TABLE, "%s: Invalid value for name\n", __func__); in rte_table_acl_create()
76 RTE_LOG(ERR, TABLE, "%s: Invalid value for n_rules\n", in rte_table_acl_create()
82 RTE_LOG(ERR, TABLE, "%s: Invalid value for n_rule_fields\n", in rte_table_acl_create()
101 RTE_LOG(ERR, TABLE, in rte_table_acl_create()
143 RTE_LOG(ERR, TABLE, "%s: table parameter is NULL\n", __func__); in rte_table_acl_free()
168 RTE_LOG(ERR, TABLE, "%s: Cannot create low level ACL table\n", in rte_table_acl_build()
180 RTE_LOG(ERR, TABLE, in rte_table_acl_build()
200 RTE_LOG(ERR, TABLE, in rte_table_acl_build()
230 RTE_LOG(ERR, TABLE, "%s: table parameter is NULL\n", __func__); in rte_table_acl_entry_add()
234 RTE_LOG(ERR, TABLE, "%s: key parameter is NULL\n", __func__); in rte_table_acl_entry_add()
238 RTE_LOG(ERR, TABLE, "%s: entry parameter is NULL\n", __func__); in rte_table_acl_entry_add()
242 RTE_LOG(ERR, TABLE, "%s: key_found parameter is NULL\n", in rte_table_acl_entry_add()
247 RTE_LOG(ERR, TABLE, "%s: entry_ptr parameter is NULL\n", in rte_table_acl_entry_add()
252 RTE_LOG(ERR, TABLE, "%s: Priority is too high\n", __func__); in rte_table_acl_entry_add()
295 RTE_LOG(ERR, TABLE, "%s: Max number of rules reached\n", in rte_table_acl_entry_add()
347 RTE_LOG(ERR, TABLE, "%s: table parameter is NULL\n", __func__); in rte_table_acl_entry_delete()
351 RTE_LOG(ERR, TABLE, "%s: key parameter is NULL\n", __func__); in rte_table_acl_entry_delete()
355 RTE_LOG(ERR, TABLE, "%s: key_found parameter is NULL\n", in rte_table_acl_entry_delete()
430 RTE_LOG(ERR, TABLE, "%s: table parameter is NULL\n", __func__); in rte_table_acl_entry_add_bulk()
434 RTE_LOG(ERR, TABLE, "%s: keys parameter is NULL\n", __func__); in rte_table_acl_entry_add_bulk()
438 RTE_LOG(ERR, TABLE, "%s: entries parameter is NULL\n", __func__); in rte_table_acl_entry_add_bulk()
442 RTE_LOG(ERR, TABLE, "%s: 0 rules to add\n", __func__); in rte_table_acl_entry_add_bulk()
446 RTE_LOG(ERR, TABLE, "%s: key_found parameter is NULL\n", in rte_table_acl_entry_add_bulk()
451 RTE_LOG(ERR, TABLE, "%s: entries_ptr parameter is NULL\n", in rte_table_acl_entry_add_bulk()
461 RTE_LOG(ERR, TABLE, "%s: keys[%" PRIu32 "] parameter is NULL\n", in rte_table_acl_entry_add_bulk()
467 RTE_LOG(ERR, TABLE, "%s: entries[%" PRIu32 "] parameter is NULL\n", in rte_table_acl_entry_add_bulk()
474 RTE_LOG(ERR, TABLE, "%s: Priority is too high\n", __func__); in rte_table_acl_entry_add_bulk()
611 RTE_LOG(ERR, TABLE, "%s: table parameter is NULL\n", __func__); in rte_table_acl_entry_delete_bulk()
615 RTE_LOG(ERR, TABLE, "%s: key parameter is NULL\n", __func__); in rte_table_acl_entry_delete_bulk()
619 RTE_LOG(ERR, TABLE, "%s: 0 rules to delete\n", __func__); in rte_table_acl_entry_delete_bulk()
623 RTE_LOG(ERR, TABLE, "%s: key_found parameter is NULL\n", in rte_table_acl_entry_delete_bulk()
630 RTE_LOG(ERR, TABLE, "%s: keys[%" PRIu32 "] parameter is NULL\n", in rte_table_acl_entry_delete_bulk()