| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | renesas,ether.yaml | 4 $id: http://devicetree.org/schemas/net/renesas,ether.yaml# 22 - renesas,ether-r7s72100 # device is a part of R7S72100 SoC 23 - renesas,ether-r7s9210 # device is a part of R7S9210 SoC 26 - renesas,ether-r8a7778 # device is a part of R8A7778 SoC 27 - renesas,ether-r8a7779 # device is a part of R8A7779 SoC 29 - renesas,rcar-gen1-ether # a generic R-Car Gen1 device 32 - renesas,ether-r8a7742 # device is a part of R8A7742 SoC 72 renesas,no-ether-link: 77 renesas,ether-link-active-low: 107 compatible = "renesas,ether-r8a7790", "renesas,rcar-gen2-ether"; [all …]
|
| H A D | socionext,uniphier-ave4.yaml | 50 - const: ether 51 - const: ether-gb 52 - const: ether-phy 53 - const: ether # for others 63 - const: ether 64 - const: ether # for others 91 ether: ethernet@65000000 { 97 clock-names = "ether"; 99 reset-names = "ether";
|
| H A D | renesas,ravb.txt | 64 - renesas,no-ether-link: boolean, specify when a board does not provide a proper 66 - renesas,ether-link-active-low: boolean, specify when the AVB_LINK signal is 114 renesas,no-ether-link;
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_macfilter.c | 381 int d = bcmp(ether, mf_macs[middle].ether, ETHER_ADDR_LEN); in macfilter_find_mac() 409 int found = macfilter_find_mac(mfp, ether, &i); in macfilter_mactable_change() 414 MAC_S_ARGS(ether), found, i, MAC_S_ARGS(mf_macs[i].ether), in macfilter_mactable_change() 446 bcopy(ether, mf_macs[i].ether, ETHER_ADDR_LEN); in macfilter_mactable_change() 497 MAC_S_ARGS(md->ether), md->hookname); in macfilter_direct() 510 MAC_S_ARGS(mdi->ether), mdi->hookid); in macfilter_direct_hookid() 532 u_char *ether = ether_header->ether_dhost; in macfilter_ether_output() local 539 int found = macfilter_find_mac(mfp, ether, &i); in macfilter_ether_output() 555 MAC_S_ARGS(ether), m->m_len - ETHER_HDR_LEN, in macfilter_ether_output() 573 u_char *ether = ether_header->ether_shost; in macfilter_ether_input() local [all …]
|
| H A D | ng_atmllc.c | 55 hook_p ether; member 142 if (priv->ether != NULL) { in ng_atmllc_newhook() 145 priv->ether = hook; in ng_atmllc_newhook() 195 outhook = priv->ether; in ng_atmllc_rcvdata() 199 outhook = priv->ether; in ng_atmllc_rcvdata() 216 } else if (hook == priv->ether) { in ng_atmllc_rcvdata() 273 } else if (hook == priv->ether) { in ng_atmllc_disconnect() 274 priv->ether = NULL; in ng_atmllc_disconnect()
|
| H A D | ng_macfilter.h | 60 u_char ether[ETHER_ADDR_LEN]; /* MAC address */ member 71 u_char ether[ETHER_ADDR_LEN]; /* MAC address */ member 82 u_char ether[ETHER_ADDR_LEN]; /* MAC address */ member
|
| H A D | ng_eiface.c | 88 hook_p ether; /* Hook for ethernet stream */ member 261 NG_SEND_DATA_ONLY(error, priv->ether, m); in ng_eiface_start2() 455 if (priv->ether != NULL) in ng_eiface_newhook() 457 priv->ether = hook; in ng_eiface_newhook() 458 NG_HOOK_SET_PRIVATE(hook, &priv->ether); in ng_eiface_newhook() 642 priv->ether = NULL; in ng_eiface_disconnect()
|
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_table_action.h | 443 struct rte_table_action_ether_hdr ether; /**< Ethernet header. */ member 448 struct rte_table_action_ether_hdr ether; /**< Ethernet header. */ member 454 struct rte_table_action_ether_hdr ether; /**< Ethernet header. */ member 467 struct rte_table_action_ether_hdr ether; member 481 struct rte_table_action_ether_hdr ether; /**< Ethernet header. */ member 487 struct rte_table_action_ether_hdr ether; /**< Ethernet header. */ member 539 struct rte_table_action_ether_hdr ether; member 553 struct rte_table_action_encap_ether_params ether; member
|
| H A D | rte_table_action.c | 618 rte_ether_addr_copy(&p->ether.ether.da, &d->ether.d_addr); in encap_ether_apply() 619 rte_ether_addr_copy(&p->ether.ether.sa, &d->ether.s_addr); in encap_ether_apply() 636 rte_ether_addr_copy(&p->vlan.ether.da, &d->ether.d_addr); in encap_vlan_apply() 637 rte_ether_addr_copy(&p->vlan.ether.sa, &d->ether.s_addr); in encap_vlan_apply() 660 rte_ether_addr_copy(&p->qinq.ether.da, &d->ether.d_addr); in encap_qinq_apply() 661 rte_ether_addr_copy(&p->qinq.ether.sa, &d->ether.s_addr); in encap_qinq_apply() 686 rte_ether_addr_copy(&p->qinq.ether.da, &d->ether.d_addr); in encap_qinq_pppoe_apply() 687 rte_ether_addr_copy(&p->qinq.ether.sa, &d->ether.s_addr); in encap_qinq_pppoe_apply() 722 rte_ether_addr_copy(&p->mpls.ether.da, &d->ether.d_addr); in encap_mpls_apply() 723 rte_ether_addr_copy(&p->mpls.ether.sa, &d->ether.s_addr); in encap_mpls_apply() [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | r8a7742-iwg21d-q7-dbcm-ca.dts | 21 ethernet1 = ðer; 30 ðer { 35 renesas,ether-link-active-low; 52 ether_pins: ether {
|
| H A D | r8a7745-sk-rzg1e.dts | 40 ether_pins: ether { 58 ðer { 63 renesas,ether-link-active-low;
|
| H A D | r8a7743-sk-rzg1m.dts | 45 ether_pins: ether { 63 ðer { 68 renesas,ether-link-active-low;
|
| H A D | r7s72100-gr-peach.dts | 72 ether_pins: ether { 122 ðer { 128 renesas,no-ether-link;
|
| H A D | r7s72100-genmai.dts | 63 ether_pins: ether { 102 ðer { 108 renesas,no-ether-link;
|
| H A D | uniphier-pinctrl.dtsi | 59 pinctrl_ether_mii: ether-mii { 64 pinctrl_ether_rgmii: ether-rgmii { 69 pinctrl_ether_rmii: ether-rmii {
|
| H A D | r7s72100-rskrza1.dts | 149 ether_pins: ether { 188 ðer { 192 renesas,no-ether-link;
|
| H A D | r8a7790-stout.dts | 151 ether_pins: ether { 193 ðer { 198 renesas,ether-link-active-low;
|
| H A D | r7s9210-rza2mevb.dts | 79 renesas,no-ether-link; 90 renesas,no-ether-link;
|
| /f-stack/dpdk/examples/ip_pipeline/examples/ |
| H A D | route.cli | 32 table action profile AP0 ipv4 offset 270 fwd encap ether 57 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.0.0.0 10 action fwd port 0 encap ether a0:a1… 58 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.64.0.0 10 action fwd port 1 encap ether b0:b… 59 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.128.0.0 10 action fwd port 2 encap ether c0:… 60 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.192.0.0 10 action fwd port 3 encap ether d0:…
|
| H A D | route_ecmp.cli | 23 table action profile APNH ipv4 offset 270 fwd encap ether 54 pipeline PIPELINE0 table 1 rule add match array 0 action fwd port 0 encap ether a0:a1:a2:a3:a4:a5 0… 55 pipeline PIPELINE0 table 1 rule add match array 1 action fwd port 1 encap ether b0:b1:b2:b3:b4:b5 1… 56 pipeline PIPELINE0 table 1 rule add match array 2 action fwd port 2 encap ether c0:c1:c2:c3:c4:c5 2… 57 pipeline PIPELINE0 table 1 rule add match array 3 action fwd port 3 encap ether d0:d1:d2:d3:d4:d5 3…
|
| /f-stack/freebsd/mips/mediatek/ |
| H A D | std.rt2880 | 79 # ether device support 80 device ether 82 # ether switch support
|
| H A D | std.mediatek | 80 # ether device support 81 device ether 83 # ether switch support
|
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_flow.c | 317 struct igc_ethertype_filter *ether; in igc_parse_pattern_ether() local 342 ether = &filter->ethertype; in igc_parse_pattern_ether() 345 ether->ether_type = rte_be_to_cpu_16(spec->type); in igc_parse_pattern_ether() 348 if (ether->ether_type == RTE_ETHER_TYPE_IPV4 || in igc_parse_pattern_ether() 349 ether->ether_type == RTE_ETHER_TYPE_IPV6 || in igc_parse_pattern_ether() 350 ether->ether_type == 0) in igc_parse_pattern_ether()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/renesas/ |
| H A D | cat875.dtsi | 19 renesas,no-ether-link;
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | cli.c | 3331 parse_mac_addr(tokens[1], &a->encap.ether.ether.da) || in parse_table_action_encap() 3332 parse_mac_addr(tokens[2], &a->encap.ether.ether.sa)) in parse_table_action_encap() 3403 &a->encap.qinq_pppoe.ether.da) || in parse_table_action_encap() 3405 &a->encap.qinq_pppoe.ether.sa) || in parse_table_action_encap() 4974 ether_addr_show(f, &a->encap.ether.ether.da); in table_rule_show() 4976 ether_addr_show(f, &a->encap.ether.ether.sa); in table_rule_show() 4982 ether_addr_show(f, &a->encap.vlan.ether.da); in table_rule_show() 4984 ether_addr_show(f, &a->encap.vlan.ether.sa); in table_rule_show() 4993 ether_addr_show(f, &a->encap.qinq.ether.da); in table_rule_show() 4995 ether_addr_show(f, &a->encap.qinq.ether.sa); in table_rule_show() [all …]
|