Lines Matching +full:tx +full:- +full:threshold
4 - compatible: could be one of the following:
5 "marvell,armada-370-neta"
6 "marvell,armada-xp-neta"
7 "marvell,armada-3700-neta"
8 - reg: address and length of the register set for the device.
9 - interrupts: interrupt for the device
10 - phy: See ethernet.txt file in the same directory.
11 - phy-mode: See ethernet.txt file in the same directory
12 - clocks: List of clocks for this device. At least one clock is
14 clock-names property must be used to identify them.
17 - tx-csum-limit: maximum mtu supported by port that allow TX checksum.
19 "marvell,armada-370-neta" and 9800B for others.
20 - clock-names: List of names corresponding to clocks property; shall be
22 - phys: comphy for the ethernet port, see ../phy/phy-bindings.txt
26 - buffer-manager: a phandle to a buffer manager node. Please refer to
27 Documentation/devicetree/bindings/net/marvell-neta-bm.txt
28 - bm,pool-long: ID of a pool, that will accept all packets of a size
29 higher than 'short' pool's threshold (if set) and up to MTU value.
32 - bm,pool-short: ID of a pool, that will be used for accepting
33 packets of a size lower than given threshold. If not set, the port
39 compatible = "marvell,armada-370-neta";
43 tx-csum-limit = <9800>
45 phy-mode = "rgmii-id";
46 buffer-manager = <&bm>;
47 bm,pool-long = <0>;
48 bm,pool-short = <1>;