| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | ralink,rt2880-net.txt | 13 - compatible: Should be one of "ralink,rt2880-eth", "ralink,rt3050-eth", 14 "ralink,rt3050-eth", "ralink,rt3883-eth", "ralink,rt5350-eth", 15 "mediatek,mt7620-eth", "mediatek,mt7621-eth" 26 - compatible: Should be "ralink,eth-port" 41 compatible = "ralink,rt2880-eth"; 54 compatible = "ralink,eth-port";
|
| H A D | qca,ar71xx.yaml | 20 - qca,ar7100-eth # Atheros AR7100 21 - qca,ar7240-eth # Atheros AR7240 22 - qca,ar7241-eth # Atheros AR7241 23 - qca,ar7242-eth # Atheros AR7242 24 - qca,ar9130-eth # Atheros AR9130 25 - qca,ar9330-eth # Atheros AR9330 52 - const: eth 79 compatible = "qca,ar9330-eth"; 85 clock-names = "eth", "mdio"; 92 compatible = "qca,ar9330-eth"; [all …]
|
| H A D | mediatek-net.txt | 11 "mediatek,mt2701-eth": for MT2701 SoC 12 "mediatek,mt7623-eth", "mediatek,mt2701-eth": for MT7623 SoC 13 "mediatek,mt7622-eth": for MT7622 SoC 14 "mediatek,mt7629-eth": for MT7629 SoC 15 "ralink,rt5350-eth": for Ralink Rt5350F and MT7628/88 SoC 47 - compatible: Should be "mediatek,eth-mac" 56 eth: ethernet@1b100000 { 57 compatible = "mediatek,mt7623-eth"; 69 reset-names = "eth"; 76 compatible = "mediatek,eth-mac"; [all …]
|
| H A D | marvell-orion-net.txt | 25 - compatible: shall be one of "marvell,orion-eth", "marvell,kirkwood-eth". 35 - compatible: shall be one of "marvell,orion-eth-port", 36 "marvell,kirkwood-eth-port". 68 eth: ethernet-controller@72000 { 69 compatible = "marvell,orion-eth"; 77 compatible = "marvell,orion-eth-port";
|
| H A D | mediatek,star-emac.yaml | 23 - mediatek,mt8516-eth 24 - mediatek,mt8518-eth 25 - mediatek,mt8175-eth 70 compatible = "mediatek,mt8516-eth";
|
| H A D | lpc-eth.txt | 4 - compatible: Should be "nxp,lpc-eth" 21 compatible = "nxp,lpc-eth";
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | main.c | 379 struct rte_ether_addr eth; in main() local 386 eth.addr_bytes[0] = 0xe0; in main() 387 eth.addr_bytes[1] = 0xe0; in main() 388 eth.addr_bytes[2] = 0xe0; in main() 389 eth.addr_bytes[3] = 0xe0; in main() 390 eth.addr_bytes[4] = portid + 0xf0; in main() 398 eth.addr_bytes[5] = w + 0xf0; in main() 403 w, ð); in main() 408 portid, w, ð); in main() 413 portid, w, ð); in main() [all …]
|
| /f-stack/dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_representor.c | 362 struct ipn3ke_rpst_eth_stats eth; member 802 hw_stats->eth.tx_errors += statistics; in ipn3ke_rpst_read_25g_lineside_stats_registers() 810 hw_stats->eth.tx_errors += statistics; in ipn3ke_rpst_read_25g_lineside_stats_registers() 818 hw_stats->eth.tx_errors += statistics; in ipn3ke_rpst_read_25g_lineside_stats_registers() 828 hw_stats->eth.tx_errors += statistics; in ipn3ke_rpst_read_25g_lineside_stats_registers() 1035 hw_stats->eth.tx_bytes += statistics; in ipn3ke_rpst_read_25g_lineside_stats_registers() 1300 hw_stats->eth.rx_bytes += statistics; in ipn3ke_rpst_read_25g_lineside_stats_registers() 1469 hw_stats->eth.tx_errors = statistics; in ipn3ke_rpst_read_10g_lineside_stats_registers() 1503 hw_stats->eth.tx_bytes = statistics; in ipn3ke_rpst_read_10g_lineside_stats_registers() 1518 hw_stats->eth.rx_bytes = statistics; in ipn3ke_rpst_read_10g_lineside_stats_registers() [all …]
|
| /f-stack/dpdk/examples/bpf/ |
| H A D | t3.c | 36 const struct ether_header *eth; in entry() local 39 eth = rte_pktmbuf_mtod(mb, const struct ether_header *); in entry() 41 if (eth->ether_type == htons(ETHERTYPE_ARP)) in entry()
|
| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_common.h | 89 struct rte_ether_hdr *eth; in l2fwd_mac_updating() local 92 eth = rte_pktmbuf_mtod(m, struct rte_ether_hdr *); in l2fwd_mac_updating() 95 tmp = ð->d_addr.addr_bytes[0]; in l2fwd_mac_updating() 99 rte_ether_addr_copy(addr, ð->s_addr); in l2fwd_mac_updating()
|
| /f-stack/dpdk/examples/eventdev_pipeline/ |
| H A D | pipeline_common.h | 102 struct rte_ether_hdr *eth; in exchange_mac() local 106 eth = rte_pktmbuf_mtod(m, struct rte_ether_hdr *); in exchange_mac() 107 rte_ether_addr_copy(ð->d_addr, &addr); in exchange_mac() 108 rte_ether_addr_copy(&addr, ð->d_addr); in exchange_mac()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_flow.c | 202 struct ibv_flow_spec_eth *eth; in mlx4_flow_merge_eth() local 244 *eth = (struct ibv_flow_spec_eth) { in mlx4_flow_merge_eth() 246 .size = sizeof(*eth), in mlx4_flow_merge_eth() 249 eth->val.dst_mac[0] = 0xff; in mlx4_flow_merge_eth() 258 eth->val.dst_mac[i] &= eth->mask.dst_mac[i]; in mlx4_flow_merge_eth() 297 struct ibv_flow_spec_eth *eth; in mlx4_flow_merge_vlan() local 312 sizeof(*eth)); in mlx4_flow_merge_vlan() 313 eth->val.vlan_tag = spec->tci; in mlx4_flow_merge_vlan() 314 eth->mask.vlan_tag = mask->tci; in mlx4_flow_merge_vlan() 315 eth->val.vlan_tag &= eth->mask.vlan_tag; in mlx4_flow_merge_vlan() [all …]
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_l2.c | 1939 port_stats.eth.u0.bb0.r1522; in __ecore_get_vport_port_stats() 1941 port_stats.eth.u0.bb0.r2047; in __ecore_get_vport_port_stats() 1943 port_stats.eth.u0.bb0.r4095; in __ecore_get_vport_port_stats() 1945 port_stats.eth.u0.bb0.r9216; in __ecore_get_vport_port_stats() 1947 port_stats.eth.u0.bb0.r16383; in __ecore_get_vport_port_stats() 1949 port_stats.eth.u1.bb1.t2047; in __ecore_get_vport_port_stats() 1951 port_stats.eth.u1.bb1.t4095; in __ecore_get_vport_port_stats() 1953 port_stats.eth.u1.bb1.t9216; in __ecore_get_vport_port_stats() 1955 port_stats.eth.u1.bb1.t16383; in __ecore_get_vport_port_stats() 1962 port_stats.eth.u0.ah0.r1519_to_max; in __ecore_get_vport_port_stats() [all …]
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_verbs.c | 58 struct ibv_flow_spec_eth eth; in mlx5_flow_discover_priorities() member 65 .eth = { in mlx5_flow_discover_priorities() 476 struct ibv_flow_spec_eth eth = { in flow_verbs_translate_item_eth() local 498 eth.val.dst_mac[i] &= eth.mask.dst_mac[i]; in flow_verbs_translate_item_eth() 499 eth.val.src_mac[i] &= eth.mask.src_mac[i]; in flow_verbs_translate_item_eth() 501 eth.val.ether_type &= eth.mask.ether_type; in flow_verbs_translate_item_eth() 561 struct ibv_flow_spec_eth eth = { in flow_verbs_translate_item_vlan() local 571 eth.val.vlan_tag = spec->tci; in flow_verbs_translate_item_vlan() 572 eth.mask.vlan_tag = mask->tci; in flow_verbs_translate_item_vlan() 573 eth.val.vlan_tag &= eth.mask.vlan_tag; in flow_verbs_translate_item_vlan() [all …]
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | rte_flow.rst | 26 testpmd> flow create 0 ingress pattern eth / vlan / 38 struct rte_flow_item_eth eth; 44 /* setting the eth to pass all packets */ 46 pattern[0].spec = ð 121 testpmd> flow create 0 ingress pattern eth / vlan / 133 struct rte_flow_item_eth eth; 140 /* setting the eth to pass all packets */ 142 pattern[0].spec = ð 233 struct rte_flow_item_eth eth; 239 /* setting the eth to pass all packets */ [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | img,pistachio-pinctrl.txt | 116 mfio63 eth, mips_trace_clk, mips_trace_data 117 mfio64 eth, mips_trace_dint, mips_trace_data 118 mfio65 eth, mips_trace_trigout, mips_trace_data 119 mfio66 eth, mips_trace_trigin, mips_trace_data 120 mfio67 eth, mips_trace_dm, mips_trace_data 121 mfio68 eth, mips_trace_probe_n, mips_trace_data 122 mfio69 eth, mips_trace_data 123 mfio70 eth, mips_trace_data 124 mfio71 eth
|
| H A D | pinctrl-mt7622.txt | 208 "esw" "eth" 51, 52, 53, 54, 55, 56, 212 "esw_p0_p1" "eth" 51, 52, 53, 54, 55, 56, 214 "esw_p2_p3_p4" "eth" 59, 60, 61, 62, 63, 64, 216 "rgmii_via_esw" "eth" 59, 60, 61, 62, 63, 64, 218 "rgmii_via_gmac1" "eth" 59, 60, 61, 62, 63, 64, 222 "mdc_mdio" "eth" 23, 24 420 "mdc_mdio" "eth" 23, 24 466 pinctrl_eth_default: eth-default { 469 function = "eth"; 475 function = "eth"; [all …]
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | 5tswap.c | 99 struct rte_ether_hdr *eth; in pkt_burst_5tuple_swap() member 131 h.eth = rte_pktmbuf_mtod(mb, struct rte_ether_hdr *); in pkt_burst_5tuple_swap() 132 proto = h.eth->ether_type; in pkt_burst_5tuple_swap() 133 swap_mac(h.eth); in pkt_burst_5tuple_swap() 135 h.eth++; in pkt_burst_5tuple_swap()
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 1832 eth-dst (eth-dst) 1836 eth-src (eth-src) eth-dst (eth-dst) 1840 ip-dst (ip-dst) eth-src (eth-src) eth-dst (eth-dst) 1853 eth-src (eth-src) eth-dst (eth-dst) 1855 ip-dst (ip-dst) vlan-tci (vlan-tci) eth-src (eth-src) eth-dst (eth-dst) 1867 set l2_encap ip-version (ipv4|ipv6) eth-src (eth-src) eth-dst (eth-dst) 1869 eth-src (eth-src) eth-dst (eth-dst) 1895 ip-src (ip-src) ip-dst (ip-dst) eth-src (eth-src) eth-dst (eth-dst) 1898 eth-src (eth-src) eth-dst (eth-dst) 1925 eth-src (eth-src) eth-dst (eth-dst) [all …]
|
| /f-stack/dpdk/drivers/bus/dpaa/base/fman/ |
| H A D | fman_hw.c | 83 fman_if_add_hash_mac_addr(struct fman_if *p, uint8_t *eth) in fman_if_add_hash_mac_addr() argument 91 eth_addr = ETH_ADDR_TO_UINT64(eth); in fman_if_add_hash_mac_addr() 106 fman_if_get_primary_mac_addr(struct fman_if *p, uint8_t *eth) in fman_if_get_primary_mac_addr() argument 113 eth[0] = (val & 0x000000ff) >> 0; in fman_if_get_primary_mac_addr() 114 eth[1] = (val & 0x0000ff00) >> 8; in fman_if_get_primary_mac_addr() 115 eth[2] = (val & 0x00ff0000) >> 16; in fman_if_get_primary_mac_addr() 116 eth[3] = (val & 0xff000000) >> 24; in fman_if_get_primary_mac_addr() 121 eth[4] = (val & 0x000000ff) >> 0; in fman_if_get_primary_mac_addr() 122 eth[5] = (val & 0x0000ff00) >> 8; in fman_if_get_primary_mac_addr() 149 fman_if_add_mac_addr(struct fman_if *p, uint8_t *eth, uint8_t addr_num) in fman_if_add_mac_addr() argument [all …]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | mt7629-rfb.dts | 63 ð { 70 compatible = "mediatek,eth-mac"; 81 compatible = "mediatek,eth-mac"; 153 eth_pins: eth-pins { 155 function = "eth";
|
| H A D | uniphier-pro4-sanji.dts | 28 ethernet0 = ð 79 ð {
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/dsa/ |
| H A D | ar9331.txt | 25 compatible = "qca,ar9330-eth"; 32 clock-names = "eth", "mdio"; 39 compatible = "qca,ar9330-eth"; 45 clock-names = "eth", "mdio";
|
| /f-stack/dpdk/drivers/bus/dpaa/include/ |
| H A D | fsl_fman.h | 49 int fman_if_add_mac_addr(struct fman_if *p, uint8_t *eth, uint8_t addr_num); 165 int fman_if_add_hash_mac_addr(struct fman_if *p, uint8_t *eth); 167 int fman_if_get_primary_mac_addr(struct fman_if *p, uint8_t *eth);
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/socionext/ |
| H A D | uniphier-ld11-ref.dts | 32 ethernet0 = ð 77 ð {
|