Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw.c1363 * @acl_id: Returned ACL ID, for future references
1371 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()
1398 * @acl_id: ACL ID
1403 u16 acl_id) in dpsw_acl_remove() argument
1411 cmd_params->acl_id = cpu_to_le16(acl_id); in dpsw_acl_remove()
1421 * @acl_id: ACL ID
1427 u16 acl_id, cons in dpsw_acl_add_if() argument
1453 dpsw_acl_remove_if(struct fsl_mc_io * mc_io,u32 cmd_flags,u16 token,u16 acl_id,const struct dpsw_acl_if_cfg * cfg) dpsw_acl_remove_if() argument
1529 dpsw_acl_add_entry(struct fsl_mc_io * mc_io,u32 cmd_flags,u16 token,u16 acl_id,const struct dpsw_acl_entry_cfg * cfg) dpsw_acl_add_entry() argument
1561 dpsw_acl_remove_entry(struct fsl_mc_io * mc_io,u32 cmd_flags,u16 token,u16 acl_id,const struct dpsw_acl_entry_cfg * cfg) dpsw_acl_remove_entry() argument
[all...]
H A Ddpsw.h644 int dpsw_acl_add(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u16 *acl_id,
648 u16 acl_id);
661 u16 acl_id, const struct dpsw_acl_if_cfg *cfg);
664 u16 acl_id, const struct dpsw_acl_if_cfg *cfg);
756 u16 acl_id, const struct dpsw_acl_entry_cfg *cfg);
759 u16 acl_id, const struct dpsw_acl_entry_cfg *cfg);
H A Ddpsw-cmd.h479 __le16 acl_id; member
483 __le16 acl_id; member
487 __le16 acl_id; member
532 __le16 acl_id; member
H A Ddpaa2-switch.h130 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.c1205 block->acl_id, &acl_if_cfg); in dpaa2_switch_port_acl_tbl_bind()
1232 block->acl_id, &acl_if_cfg); in dpaa2_switch_port_acl_tbl_unbind()
3222 filter_block->acl_id = acl_tbl_id; in dpaa2_switch_port_init()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h2634 * the acl_group_id, else it should hold the acl_id.
2672 MLXSW_ITEM32(reg, pacl, acl_id, 0x08, 0, 16);
2684 static inline void mlxsw_reg_pacl_pack(char *payload, u16 acl_id, in mlxsw_reg_pacl_pack() argument
2688 mlxsw_reg_pacl_acl_id_set(payload, acl_id); in mlxsw_reg_pacl_pack()
2736 MLXSW_ITEM32_INDEXED(reg, pagt, acl_id, 0x30, 0, 16, 0x04, 0x00, false);
2745 u16 acl_id, bool multi) in mlxsw_reg_pagt_acl_id_pack() argument
2752 mlxsw_reg_pagt_acl_id_set(payload, index, acl_id); in mlxsw_reg_pagt_acl_id_pack()