Searched +full:fman +full:- +full:best +full:- +full:effort +full:- +full:port (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | fsl,fman-port.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/fsl,fman-port.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Freescale Frame Manager Port Device 10 - Frank Li <Frank.Li@nxp.com> 13 The Frame Manager (FMan) supports several types of hardware ports: 21 - fsl,fman-v2-port-oh 22 - fsl,fman-v2-port-rx 23 - fsl,fman-v2-port-tx [all …]
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | qoriq-fman3-0-10g-1-best-effort.dtsi | 2 * QorIQ FMan v3 1g port #1 device tree stub [ controller @ offset 0x400000 ] 4 * Copyright 2012 - 2015 Freescale Semiconductor Inc. 35 fman@400000 { 36 fman0_rx_0x09: port@89000 { 37 cell-index = <0x9>; 38 compatible = "fsl,fman-v3-port-rx"; 40 fsl,fman-10g-port; 41 fsl,fman-best-effort-port; 44 fman0_tx_0x29: port@a9000 { 45 cell-index = <0x29>; [all …]
|
| H A D | qoriq-fman3-0-10g-0-best-effort.dtsi | 2 * QorIQ FMan v3 1g port #0 device tree stub [ controller @ offset 0x400000 ] 4 * Copyright 2012 - 2015 Freescale Semiconductor Inc. 35 fman@400000 { 36 fman0_rx_0x08: port@88000 { 37 cell-index = <0x8>; 38 compatible = "fsl,fman-v3-port-rx"; 40 fsl,fman-10g-port; 41 fsl,fman-best-effort-port; 44 fman0_tx_0x28: port@a8000 { 45 cell-index = <0x28>; [all …]
|
| /linux/drivers/net/ethernet/freescale/dpaa/ |
| H A D | dpaa_eth.c | 1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-or-later 3 * Copyright 2008 - 2016 Freescale Semiconductor Inc. 29 #include <linux/dma-mapping.h> 35 #include "fman.h" 46 static int debug = -1; 70 /* Ingress congestion threshold on FMan ports 71 * The size in bytes of the ingress tail-drop threshold on FMan ports. 73 * by FMan. 86 * - avoiding the device staying congested for a prolonged time (risking 87 * the netdev watchdog to fire - see also the tx_timeout module param); [all …]
|