Home
last modified time | relevance | path

Searched refs:fdb_id (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpsw.c690 cmd_params->fdb_id = cpu_to_le16(cfg->fdb_id); in dpsw_vlan_add()
725 cmd_params->fdb_id = cpu_to_le16(cfg->fdb_id); in dpsw_vlan_add_if()
888 *fdb_id = le16_to_cpu(rsp_params->fdb_id); in dpsw_fdb_add()
912 cmd_params->fdb_id = cpu_to_le16(fdb_id); in dpsw_fdb_remove()
928 u16 fdb_id, const struct dpsw_fdb_unicast_cfg *cfg) in dpsw_fdb_add_unicast() argument
939 cmd_params->fdb_id = cpu_to_le16(fdb_id); in dpsw_fdb_add_unicast()
980 cmd_params->fdb_id = cpu_to_le16(fdb_id); in dpsw_fdb_dump()
1017 cmd_params->fdb_id = cpu_to_le16(fdb_id); in dpsw_fdb_remove_unicast()
1056 cmd_params->fdb_id = cpu_to_le16(fdb_id); in dpsw_fdb_add_multicast()
1095 cmd_params->fdb_id = cpu_to_le16(fdb_id); in dpsw_fdb_remove_multicast()
[all …]
A Ddpsw.h430 u16 fdb_id; member
453 u16 fdb_id; member
494 u16 fdb_id, const struct dpsw_fdb_unicast_cfg *cfg);
497 u16 fdb_id, const struct dpsw_fdb_unicast_cfg *cfg);
516 int dpsw_fdb_dump(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u16 fdb_id,
534 u16 fdb_id, const struct dpsw_fdb_multicast_cfg *cfg);
537 u16 fdb_id, const struct dpsw_fdb_multicast_cfg *cfg);
608 int dpsw_fdb_add(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u16 *fdb_id,
611 int dpsw_fdb_remove(struct fsl_mc_io *mc_io, u32 cmd_flags, u16 token, u16 fdb_id);
624 u16 fdb_id; member
A Ddpsw-cmd.h336 __le16 fdb_id; member
344 __le16 fdb_id; member
371 __le16 fdb_id; member
375 __le16 fdb_id; member
383 __le16 fdb_id; member
393 __le16 fdb_id; member
406 __le16 fdb_id; member
458 __le16 fdb_id; member
A Ddpaa2-switch.c31 return port_priv->fdb->fdb_id; in dpaa2_switch_port_get_fdb_id()
139 if (ethsw->ports[j]->fdb->fdb_id != fdb_id) in dpaa2_switch_fdb_get_flood_cfg()
151 cfg->fdb_id = fdb_id; in dpaa2_switch_fdb_get_flood_cfg()
407 u16 fdb_id; in dpaa2_switch_port_fdb_add_uc() local
417 fdb_id, &entry); in dpaa2_switch_port_fdb_add_uc()
428 u16 fdb_id; in dpaa2_switch_port_fdb_del_uc() local
450 u16 fdb_id; in dpaa2_switch_port_fdb_add_mc() local
473 u16 fdb_id; in dpaa2_switch_port_fdb_del_mc() local
484 fdb_id, &entry); in dpaa2_switch_port_fdb_del_mc()
835 u16 fdb_id; in dpaa2_switch_fdb_iterate() local
[all …]
A Ddpaa2-switch.h104 u16 fdb_id; member

Completed in 24 milliseconds