Lines Matching +full:quad +full:- +full:sgmii
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
12 #include "emac-mac.h"
13 #include "emac-phy.h"
14 #include "emac-sgmii.h"
176 /* SGMII v2 per lane registers */
179 /* SGMII v2 PHY common registers */
183 /* SGMII v2 PHY registers per lane */
225 u64 rx_sz_65_127; /* packets that are 65-127 bytes */
226 u64 rx_sz_128_255; /* packets that are 128-255 bytes */
227 u64 rx_sz_256_511; /* packets that are 256-511 bytes */
228 u64 rx_sz_512_1023; /* packets that are 512-1023 bytes */
229 u64 rx_sz_1024_1518; /* packets that are 1024-1518 bytes */
230 u64 rx_sz_1519_max; /* packets that are 1519-MTU bytes*/
250 u64 tx_sz_65_127; /* packets that are 65-127 bytes */
251 u64 tx_sz_128_255; /* packets that are 128-255 bytes */
252 u64 tx_sz_256_511; /* packets that are 256-511 bytes */
253 u64 tx_sz_512_1023; /* packets that are 512-1023 bytes */
254 u64 tx_sz_1024_1518; /* packets that are 1024-1518 bytes */
255 u64 tx_sz_1519_max; /* packets that are 1519-MTU bytes */
315 /* emac_irq per-device (per-adapter) irq properties.
345 unsigned int rrd_size; /* in quad words */
346 unsigned int rfd_size; /* in quad words */
347 unsigned int tpd_size; /* in quad words */
358 /* True == use single-pause-frame mode. */