/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | fsl-enetc.txt | 1 * 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 D | fsl,enetc.yaml | 4 $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 D | fsl,enetc-ierb.yaml | 4 $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 D | fsl,enetc-mdio.yaml | 4 $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 D | enetc.4 | 31 .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 D | felix.4 | 42 .Cd "device enetc" 49 found in NXP LS1028A SoC. It is a PCI device, part of the larger ENETC
|
H A D | Makefile | 5 enetc.4 \
|
/freebsd/sys/contrib/device-tree/Bindings/ptp/ |
H A D | ptp-qoriq.txt | 8 Should be "fsl,enetc-ptp" for ENETC 22 Supported only on DPAA2 and ENETC hardware.
|
H A D | fsl,ptp.yaml | 21 - const: fsl,enetc-ptp 79 Supported only on DPAA2 and ENETC hardware. 134 const: fsl,enetc-ptp
|
/freebsd/sys/dev/enetc/ |
H A D | if_enetc.c | 48 #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 D | enetc_mdio.c | 38 #include <dev/enetc/enetc_hw.h> 39 #include <dev/enetc/enetc_mdio.h>
|
H A D | enetc.h | 32 #include <dev/enetc/enetc_hw.h>
|
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
H A D | ocelot.txt | 13 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 D | mscc,ocelot.yaml | 39 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 D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/enetc
|
/freebsd/sys/arm64/conf/ |
H A D | std.nxp | 26 device enetc # QorIQ LS1028A NIC
|
/freebsd/sys/modules/felix/ |
H A D | Makefile | 30 .PATH: ${SRCTOP}/sys/dev/enetc
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | fsl-ls1028a.dtsi | 1106 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 D | files.arm64 | 270 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 D | felix.c | 45 #include <dev/enetc/enetc_mdio.h>
|