/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | Kconfig | 6 drivers for the NXP ENETC controller. 8 If compiled as module (M), the module name is fsl-enetc-core. 11 tristate "ENETC PF driver" 21 This driver supports NXP ENETC gigabit ethernet controller PCIe 22 physical function (PF) devices, managing ENETC Ports at a privileged 25 If compiled as module (M), the module name is fsl-enetc. 28 tristate "ENETC VF driver" 35 This driver supports NXP ENETC gigabit ethernet controller PCIe 36 virtual function (VF) devices enabled by the ENETC PF driver. 38 If compiled as module (M), the module name is fsl-enetc-vf. [all …]
|
H A D | Makefile | 3 obj-$(CONFIG_FSL_ENETC_CORE) += fsl-enetc-core.o 4 fsl-enetc-core-y := enetc.o enetc_cbdr.o enetc_ethtool.o 6 obj-$(CONFIG_FSL_ENETC) += fsl-enetc.o 7 fsl-enetc-y := enetc_pf.o 8 fsl-enetc-$(CONFIG_PCI_IOV) += enetc_msg.o 9 fsl-enetc-$(CONFIG_FSL_ENETC_QOS) += enetc_qos.o 11 obj-$(CONFIG_FSL_ENETC_VF) += fsl-enetc-vf.o 12 fsl-enetc-vf-y := enetc_vf.o 14 obj-$(CONFIG_FSL_ENETC_IERB) += fsl-enetc-ierb.o 15 fsl-enetc-ierb-y := enetc_ierb.o [all …]
|
H A D | enetc_ierb.c | 5 * software and is supposed to be to ENETC what a NVRAM is to a 'real' PCIe 6 * card. Upon FLR, values from the IERB are transferred to the ENETC PFs, and 9 * This driver fixes up the power-on reset values for the ENETC shared FIFO, 25 #include "enetc.h" 131 { .compatible = "fsl,ls1028a-enetc-ierb", }, 138 .name = "fsl-enetc-ierb", 146 MODULE_DESCRIPTION("NXP ENETC IERB");
|
H A D | enetc_ptp.c | 8 #include "enetc.h" 15 .name = "ENETC PTP clock", 144 MODULE_DESCRIPTION("ENETC PTP clock driver");
|
H A D | enetc_vf.c | 5 #include "enetc.h" 7 #define ENETC_DRV_NAME_STR "ENETC VF driver"
|
H A D | enetc_pf.h | 4 #include "enetc.h"
|
H A D | enetc_hw.h | 9 /* ENETC device IDs */ 14 /* ENETC register block BAR */ 31 /* cache attribute registers for transactions initiated by ENETC */ 385 /* ENETC register accessors */ 389 * that is concurrent with other ENETC register accesses 394 * the remaining ENETC registers are accessed under read
|
H A D | enetc_pf.c | 15 #define ENETC_DRV_NAME_STR "ENETC PF driver" 826 bus->name = "Freescale ENETC MDIO Bus"; in enetc_mdio_probe() 864 bus->name = "Freescale ENETC internal MDIO Bus"; in enetc_imdio_create() 1184 "fsl,ls1028a-enetc-ierb"); in enetc_pf_register_with_ierb()
|
H A D | enetc_ethtool.c | 7 #include "enetc.h" 1043 /* ENETC does not have an IRQ to notify changes to the MAC Merge TX status 1069 /* FIXME: Workaround for the link partner's verification failing if ENETC 1149 * should have been sufficient to re-trigger verification, but for ENETC it
|
H A D | enetc_cbdr.c | 4 #include "enetc.h"
|
H A D | enetc.h | 59 /* ENETC overhead: optional extension BD + 1 BD gap */
|
H A D | enetc.c | 4 #include "enetc.h" 1019 /* update ENETC's consumer index */ in enetc_get_offloads() 2486 /* disable EEE autoneg, until ENETC driver supports it */ in enetc_start()
|
H A D | enetc_qos.c | 4 #include "enetc.h"
|
/openbmc/linux/Documentation/devicetree/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 …]
|
/openbmc/linux/Documentation/devicetree/bindings/ptp/ |
H A D | ptp-qoriq.txt | 8 Should be "fsl,enetc-ptp" for ENETC 22 Supported only on DPAA2 and ENETC hardware.
|
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/ |
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
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | Makefile | 27 obj-y += enetc/
|
H A D | Kconfig | 108 source "drivers/net/ethernet/freescale/enetc/Kconfig"
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | Kconfig | 48 a PCIe function of the NXP LS1028A ENETC RCiEP.
|
H A D | felix.c | 368 * running Linux, and this forms a DSA setup together with the enetc or fman 479 * connected internally to the enetc or fman DSA master can be configured to
|
H A D | felix_vsc9959.c | 990 dev_err(dev, "failed to allocate ENETC HW structure\n"); in vsc9959_mdio_bus_alloc()
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls1028a.dtsi | 1103 compatible = "fsl,enetc"; 1109 compatible = "fsl,enetc"; 1115 compatible = "fsl,enetc"; 1128 compatible = "fsl,enetc-mdio"; 1135 compatible = "fsl,enetc-ptp"; 1203 compatible = "fsl,enetc"; 1224 compatible = "fsl,ls1028a-enetc-ierb";
|
/openbmc/linux/drivers/ptp/ |
H A D | ptp_qoriq.c | 409 * "fsl,tmr-fiper3" (required only for DPAA2 and ENETC hardware) 492 of_device_is_compatible(node, "fsl,enetc-ptp")) in ptp_qoriq_init() 524 /* The eTSEC uses differnt memory map with DPAA/ENETC */ in ptp_qoriq_init()
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | ethtool_mm.sh | 51 # NXP ENETC does not, and requires tx-enabled on in order to respond to
|
/openbmc/linux/drivers/net/pcs/ |
H A D | pcs-lynx.c | 249 /* 2500Base-X is SerDes protocol 7 on Felix and 6 on ENETC. It is a SerDes lane
|