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