/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 | mediatek,net.yaml | 145 - const: esw 202 - const: esw 243 - const: esw 367 - const: esw 441 clock-names = "ethif", "esw", "gp0", "gp1", "gp2",
|
H A D | ralink,rt2880-net.txt | 20 "esw" is also required.
|
/freebsd/lib/msun/src/ |
H A D | e_hypotl.c | 34 #define ESW(exp) (MAX_EXP - 1 + (exp)) /* expsign word */ macro 59 if(ha > ESW(MAX_EXP/2-12)) { /* a>2**(MAX_EXP/2-12) */ in hypotl() 60 if(ha >= ESW(MAX_EXP)) { /* Inf or NaN */ in hypotl() 67 if (hb >= ESW(MAX_EXP) && manh == LDBL_NBIT && manl == 0) w = b; in hypotl() 76 if(hb < ESW(-(MAX_EXP/2-12))) { /* b < 2**-(MAX_EXP/2-12) */ in hypotl() 82 SET_HIGH_WORD(t1,ESW(MAX_EXP-2)); /* t1=2^(MAX_EXP-2) */ in hypotl()
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | mediatek,mt7622-pinctrl.yaml | 127 enum: [esw, esw_p0_p1, esw_p2_p3_p4, rgmii_via_esw, 387 mux-esw { 388 groups = "esw";
|
H A D | pinctrl-mt7622.txt | 208 "esw" "eth" 51, 52, 53, 54, 55, 56, 479 mux-esw { 480 groups = "esw";
|
/freebsd/sys/dev/etherswitch/mtkswitch/ |
H A D | mtkswitch.c | 75 { "ralink,rt3050-esw", MTK_SWITCH_RT3050 }, 76 { "ralink,rt3352-esw", MTK_SWITCH_RT3352 }, 77 { "ralink,rt5350-esw", MTK_SWITCH_RT5350 }, 80 { "mediatek,mt7628-esw", MTK_SWITCH_MT7628 },
|
H A D | mtkswitch_rt3050.c | 504 sprintf(sc->info.es_name, "Ralink ESW"); in mtk_attach_switch_rt3050()
|
/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",
|