Home
last modified time | relevance | path

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

/freebsd-src/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 …]
/freebsd-src/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-src/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.
/freebsd-src/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_arra
[all...]
H A Denetc_mdio.c38 #include <dev/enetc/enetc_hw.h>
39 #include <dev/enetc/enetc_mdio.h>
H A Denetc_hw.h15 /* ENETC device IDs */
20 /* ENETC register block BAR */
37 /* cache attribute registers for transactions initiated by ENETC */
H A Denetc.h32 #include <dev/enetc/enetc_hw.h>
/freebsd-src/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-src/sys/modules/enetc/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/enetc
/freebsd-src/sys/arm64/conf/
H A Dstd.nxp26 device enetc # QorIQ LS1028A NIC
/freebsd-src/sys/modules/felix/
H A DMakefile30 .PATH: ${SRCTOP}/sys/dev/enetc
/freebsd-src/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-src/sys/conf/
H A Dfiles.arm64271 dev/enetc/enetc_mdio.c optional enetc soc_nxp_ls
272 dev/enetc/if_enetc.c optional enetc iflib pci fdt soc_nxp_ls
278 dev/etherswitch/felix/felix.c optional enetc etherswitch fdt felix pci soc_nxp_ls
/freebsd-src/sys/modules/
H A DMakefile708 _enetc= enetc
/freebsd-src/sys/dev/etherswitch/felix/
H A Dfelix.c45 #include <dev/enetc/enetc_mdio.h>