Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.h124 struct dpaa2_switch_filter_block { struct
137 dpaa2_switch_acl_tbl_is_full(struct dpaa2_switch_filter_block *filter_block) in dpaa2_switch_acl_tbl_is_full() argument
162 struct dpaa2_switch_filter_block *filter_block;
191 struct dpaa2_switch_filter_block *filter_blocks;
257 int dpaa2_switch_cls_flower_replace(struct dpaa2_switch_filter_block *block,
260 int dpaa2_switch_cls_flower_destroy(struct dpaa2_switch_filter_block *block,
263 int dpaa2_switch_cls_matchall_replace(struct dpaa2_switch_filter_block *block,
266 int dpaa2_switch_cls_matchall_destroy(struct dpaa2_switch_filter_block *block,
269 int dpaa2_switch_acl_entry_add(struct dpaa2_switch_filter_block *block,
272 int dpaa2_switch_block_offload_mirror(struct dpaa2_switch_filter_block *block,
[all …]
H A Ddpaa2-switch-flower.c117 int dpaa2_switch_acl_entry_add(struct dpaa2_switch_filter_block *filter_block, in dpaa2_switch_acl_entry_add()
160 dpaa2_switch_acl_entry_remove(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_remove()
202 dpaa2_switch_acl_entry_add_to_list(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_add_to_list()
225 dpaa2_switch_acl_entry_get_by_index(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_get_by_index()
241 dpaa2_switch_acl_entry_set_precedence(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_set_precedence()
256 dpaa2_switch_acl_tbl_add_entry(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_tbl_add_entry()
289 dpaa2_switch_acl_tbl_find_entry_by_cookie(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_tbl_find_entry_by_cookie()
302 dpaa2_switch_acl_entry_get_index(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_entry_get_index()
317 dpaa2_switch_mirror_find_entry_by_cookie(struct dpaa2_switch_filter_block *block, in dpaa2_switch_mirror_find_entry_by_cookie()
330 dpaa2_switch_acl_tbl_remove_entry(struct dpaa2_switch_filter_block *block, in dpaa2_switch_acl_tbl_remove_entry()
[all …]
H A Ddpaa2-switch.c43 static struct dpaa2_switch_filter_block *
1147 dpaa2_switch_setup_tc_cls_flower(struct dpaa2_switch_filter_block *filter_block, in dpaa2_switch_setup_tc_cls_flower()
1161 dpaa2_switch_setup_tc_cls_matchall(struct dpaa2_switch_filter_block *block, in dpaa2_switch_setup_tc_cls_matchall()
1192 struct dpaa2_switch_filter_block *block) in dpaa2_switch_port_acl_tbl_bind()
1219 struct dpaa2_switch_filter_block *block) in dpaa2_switch_port_acl_tbl_unbind()
1244 struct dpaa2_switch_filter_block *block) in dpaa2_switch_port_block_bind()
1246 struct dpaa2_switch_filter_block *old_block = port_priv->filter_block; in dpaa2_switch_port_block_bind()
1277 struct dpaa2_switch_filter_block *block) in dpaa2_switch_port_block_unbind()
1280 struct dpaa2_switch_filter_block *new_block; in dpaa2_switch_port_block_unbind()
1313 struct dpaa2_switch_filter_block *filter_block; in dpaa2_switch_setup_tc_block_bind()
[all …]