Home
last modified time | relevance | path

Searched refs:acl_entries (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-flower.c206 if (list_empty(&block->acl_entries)) { in dpaa2_switch_acl_entry_add_to_list()
207 list_add(&entry->list, &block->acl_entries); in dpaa2_switch_acl_entry_add_to_list()
211 list_for_each_safe(pos, n, &block->acl_entries) { in dpaa2_switch_acl_entry_add_to_list()
228 list_for_each_entry(tmp, &block->acl_entries, list) { in dpaa2_switch_acl_entry_get_by_index()
291 list_for_each_entry_safe(tmp, n, &block->acl_entries, list) { in dpaa2_switch_acl_tbl_find_entry_by_cookie()
305 list_for_each_entry_safe(tmp, n, &block->acl_entries, list) { in dpaa2_switch_acl_entry_get_index()
H A Ddpaa2-switch.h129 struct list_head acl_entries; member
H A Ddpaa2-switch.c3180 INIT_LIST_HEAD(&filter_block->acl_entries); in dpaa2_switch_port_init()