Home
last modified time | relevance | path

Searched full:enetc (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dfsl-enetc.txt1 * ENETC ethernet device tree bindings
3 Depending on board design and ENETC port type (internal or
10 Number of the ENETC endpoint device, according
12 - compatible : Should be "fsl,enetc".
14 1. The ENETC external port is connected to a MDIO configurable phy
16 1.1. Using the local ENETC Port MDIO interface
18 In this case, the ENETC node should include a "mdio" sub-node
38 compatible = "fsl,enetc";
55 endpoint node, at the same level with the ENETC port nodes.
60 Number of the ENETC endpoint device, according
[all …]
H A Dfsl,enetc.yaml4 $id: http://devicetree.org/schemas/net/fsl,enetc.yaml#
10 The NIC functionality in NETC is known as EtherNET Controller (ENETC). ENETC
26 - const: fsl,enetc
34 description: Optional child node for ENETC instance, otherwise use NETC EMDIO.
53 compatible = "pci1957,e100", "fsl,enetc";
H A Dfsl,enetc-ierb.yaml4 $id: http://devicetree.org/schemas/net/fsl,enetc-ierb.yaml#
11 which preconfigures the FIFO limits for the ENETC ports.
22 - fsl,ls1028a-enetc-ierb
36 compatible = "fsl,ls1028a-enetc-ierb";
H A Dfsl,enetc-mdio.yaml4 $id: http://devicetree.org/schemas/net/fsl,enetc-mdio.yaml#
7 title: ENETC external MDIO PCIe endpoint device
26 - const: fsl,enetc-mdio
48 compatible = "pci1957,ee01", "fsl,enetc-mdio";
/freebsd/share/man/man4/man4.aarch64/
H A Denetc.431 .Nm enetc
32 .Nd "Freescale ENETC PCIe Gigabit Ethernet driver"
41 .Cd "device enetc"
45 driver provides support for ENETC Gigabit Ethernet NIC found in LS1028A SoC.
H A Dfelix.442 .Cd "device enetc"
49 found in NXP LS1028A SoC. It is a PCI device, part of the larger ENETC
H A DMakefile5 enetc.4 \
/freebsd/sys/contrib/device-tree/Bindings/ptp/
H A Dptp-qoriq.txt8 Should be "fsl,enetc-ptp" for ENETC
22 Supported only on DPAA2 and ENETC hardware.
H A Dfsl,ptp.yaml21 - const: fsl,enetc-ptp
79 Supported only on DPAA2 and ENETC hardware.
134 const: fsl,enetc-ptp
/freebsd/sys/dev/enetc/
H A Dif_enetc.c48 #include <dev/enetc/enetc_hw.h>
49 #include <dev/enetc/enetc.h>
50 #include <dev/enetc/enetc_mdio.h>
130 "Freescale ENETC PCIe Gigabit Ethernet Controller"),
163 "enetc", enetc_methods, sizeof(struct enetc_softc)
166 DRIVER_MODULE(miibus, enetc, miibus_fdt_driver, NULL, NULL);
168 DRIVER_MODULE_ORDERED(enetc, pci, enetc_driver, NULL, NULL, SI_ORDER_ANY);
169 MODULE_VERSION(enetc, 1);
171 IFLIB_PNP_INFO(pci, enetc, enetc_vendor_info_array);
173 MODULE_DEPEND(enetc, ether, 1, 1, 1);
[all …]
H A Denetc_mdio.c38 #include <dev/enetc/enetc_hw.h>
39 #include <dev/enetc/enetc_mdio.h>
H A Denetc.h32 #include <dev/enetc/enetc_hw.h>
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Docelot.txt13 larger ENETC root complex. As a result, the ethernet-switch node is a sub-node
41 switch port is enabled at all, the ENETC PF2 (enetc_port2) should be enabled as
44 in hardware truly belong to the ENETC port #2 and not to Felix.
H A Dmscc,ocelot.yaml39 enetc root complex. As a result, the ethernet-switch node is a sub-node of
43 If any external switch port is enabled, the enetc PF2 (enetc_port2) should
45 EA BAR 0) used to access the MAC PCS registers truly belongs to the enetc
/freebsd/sys/modules/enetc/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/enetc
/freebsd/sys/arm64/conf/
H A Dstd.nxp26 device enetc # QorIQ LS1028A NIC
/freebsd/sys/modules/felix/
H A DMakefile30 .PATH: ${SRCTOP}/sys/dev/enetc
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1028a.dtsi1106 compatible = "pci1957,e100", "fsl,enetc";
1112 compatible = "pci1957,e100", "fsl,enetc";
1118 compatible = "pci1957,e100", "fsl,enetc";
1131 compatible = "pci1957,ee01", "fsl,enetc-mdio";
1138 compatible = "pci1957,ee02", "fsl,enetc-ptp";
1206 compatible = "pci1957,e100", "fsl,enetc";
1227 compatible = "fsl,ls1028a-enetc-ierb";
/freebsd/sys/conf/
H A Dfiles.arm64270 dev/enetc/enetc_mdio.c optional enetc soc_nxp_ls
271 dev/enetc/if_enetc.c optional enetc iflib pci fdt soc_nxp_ls
277 dev/etherswitch/felix/felix.c optional enetc etherswitch fdt felix pci soc_nxp_ls
/freebsd/sys/dev/etherswitch/felix/
H A Dfelix.c45 #include <dev/enetc/enetc_mdio.h>