Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.h137 dpaa2_switch_acl_tbl_is_full(struct dpaa2_switch_filter_block *filter_block) in dpaa2_switch_acl_tbl_is_full() argument
139 if ((filter_block->num_acl_rules + DPAA2_ETHSW_PORT_DEFAULT_TRAPS) >= in dpaa2_switch_acl_tbl_is_full()
162 struct dpaa2_switch_filter_block *filter_block; member
H A Ddpaa2-switch.c1198 if (port_priv->filter_block) in dpaa2_switch_port_acl_tbl_bind()
1211 port_priv->filter_block = block; in dpaa2_switch_port_acl_tbl_bind()
1225 if (port_priv->filter_block != block) in dpaa2_switch_port_acl_tbl_unbind()
1238 port_priv->filter_block = NULL; in dpaa2_switch_port_acl_tbl_unbind()
1258 if (port_priv->filter_block == block) in dpaa2_switch_port_block_bind()
1326 filter_block = port_priv->filter_block; in dpaa2_switch_setup_tc_block_bind()
1329 ethsw, filter_block, NULL); in dpaa2_switch_setup_tc_block_bind()
3176 filter_block->ethsw = ethsw; in dpaa2_switch_port_init()
3177 filter_block->acl_id = acl_tbl_id; in dpaa2_switch_port_init()
3178 filter_block->in_use = true; in dpaa2_switch_port_init()
[all …]
H A Ddpaa2-switch-flower.c114 int dpaa2_switch_acl_entry_add(struct dpaa2_switch_filter_block *filter_block, in dpaa2_switch_acl_entry_add() argument
118 struct ethsw_core *ethsw = filter_block->ethsw; in dpaa2_switch_acl_entry_add()
140 filter_block->acl_id, acl_entry_cfg); in dpaa2_switch_acl_entry_add()