Searched refs:esw (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_eswitch.c | 219 esw_fdb_set_vport_rule(struct mlx5_eswitch *esw, u8 mac[ETH_ALEN], u32 vport) in esw_fdb_set_vport_rule() argument 246 esw_debug(esw->dev, in esw_fdb_set_vport_rule() 251 mlx5_add_flow_rules(esw->fdb_table.fdb, spec, in esw_fdb_set_vport_rule() 262 static int esw_create_fdb_table(struct mlx5_eswitch *esw) in esw_create_fdb_table() argument 266 struct mlx5_core_dev *dev = esw->dev; in esw_create_fdb_table() 317 esw->fdb_table.addr_grp = g; in esw_create_fdb_table() 318 esw->fdb_table.fdb = fdb; in esw_create_fdb_table() 326 static void esw_destroy_fdb_table(struct mlx5_eswitch *esw) in esw_destroy_fdb_table() argument 328 if (!esw->fdb_table.fdb) in esw_destroy_fdb_table() 331 esw_debug(esw->dev, "Destroy FDB Table\n"); in esw_destroy_fdb_table() [all …]
|
H A D | eswitch.h | 156 void mlx5_eswitch_cleanup(struct mlx5_eswitch *esw); 157 void mlx5_eswitch_vport_event(struct mlx5_eswitch *esw, struct mlx5_eqe *eqe); 158 int mlx5_eswitch_enable_sriov(struct mlx5_eswitch *esw, int nvfs); 159 void mlx5_eswitch_disable_sriov(struct mlx5_eswitch *esw); 160 int mlx5_eswitch_set_vport_mac(struct mlx5_eswitch *esw, 162 int mlx5_eswitch_set_vport_state(struct mlx5_eswitch *esw, 164 int mlx5_eswitch_set_vport_vlan(struct mlx5_eswitch *esw, 166 int mlx5_eswitch_get_vport_config(struct mlx5_eswitch *esw,
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ralink,rt3050-esw.txt | 8 - compatible: Should be "ralink,rt3050-esw" 12 - reset-names: Should contain the reset names "esw" 21 esw@10110000 { 22 compatible = "ralink,rt3050-esw"; 26 reset-names = "esw";
|
H A D | mediatek-net.txt | 21 "ethif", "esw", "gp2", "gp1" : For MT2701 and MT7623 SoC 22 "ethif", "esw", "gp0", "gp1", "gp2", "sgmii_tx250m", "sgmii_rx250m", 24 "ethif", "sgmiitop", "esw", "gp0", "gp1", "gp2", "fe", "sgmii_tx250m", 63 clock-names = "ethif", "esw", "gp2", "gp1";
|
H A D | ralink,rt2880-net.txt | 20 "esw" is also required.
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | pinctrl-mt7622.txt | 208 "esw" "eth" 51, 52, 53, 54, 55, 56, 479 mux-esw { 480 groups = "esw";
|
/freebsd/sys/contrib/device-tree/src/arm/mediatek/ |
H A D | mt7629.dtsi | 460 clock-names = "ethif", "sgmiitop", "esw", "gp0", "gp1",
|
H A D | mt2701.dtsi | 738 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
|
H A D | mt7623.dtsi | 972 clock-names = "ethif", "esw", "gp1", "gp2", "trgpll";
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt7622.dtsi | 981 clock-names = "ethif", "esw", "gp0", "gp1", "gp2",
|