Home
last modified time | relevance | path

Searched refs:acl_id (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw.c1371 int dpsw_acl_add(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u16 *acl_id, in dpsw_acl_add() argument
1388 *acl_id = le16_to_cpu(rsp_params->acl_id); in dpsw_acl_add()
1403 u16 acl_id) in dpsw_acl_remove() argument
1411 cmd_params->acl_id = cpu_to_le16(acl_id); in dpsw_acl_remove()
1427 u16 acl_id, const struct dpsw_acl_if_cfg *cfg) in dpsw_acl_add_if() argument
1435 cmd_params->acl_id = cpu_to_le16(acl_id); in dpsw_acl_add_if()
1453 u16 acl_id, const struct dpsw_acl_if_cfg *cfg) in dpsw_acl_remove_if() argument
1462 cmd_params->acl_id = cpu_to_le16(acl_id); in dpsw_acl_remove_if()
1529 u16 acl_id, const struct dpsw_acl_entry_cfg *cfg) in dpsw_acl_add_entry() argument
1537 cmd_params->acl_id = cpu_to_le16(acl_id); in dpsw_acl_add_entry()
[all …]
H A Ddpsw.h646 int dpsw_acl_add(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u16 *acl_id,
650 u16 acl_id);
663 u16 acl_id, const struct dpsw_acl_if_cfg *cfg);
666 u16 acl_id, const struct dpsw_acl_if_cfg *cfg);
758 u16 acl_id, const struct dpsw_acl_entry_cfg *cfg);
761 u16 acl_id, const struct dpsw_acl_entry_cfg *cfg);
H A Ddpsw-cmd.h482 __le16 acl_id; member
486 __le16 acl_id; member
490 __le16 acl_id; member
535 __le16 acl_id; member
H A Ddpaa2-switch.h152 u16 acl_id; member
H A Ddpaa2-switch-flower.c143 filter_block->acl_id, acl_entry_cfg); in dpaa2_switch_acl_entry_add()
186 block->acl_id, acl_entry_cfg); in dpaa2_switch_acl_entry_remove()
H A Ddpaa2-switch.c1380 block->acl_id, &acl_if_cfg); in dpaa2_switch_port_acl_tbl_bind()
1407 block->acl_id, &acl_if_cfg); in dpaa2_switch_port_acl_tbl_unbind()
3928 filter_block->acl_id = acl_tbl_id; in dpaa2_switch_port_init()