Home
last modified time | relevance | path

Searched +full:coe +full:- +full:unsupported (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Denh_desc.c1 // SPDX-License-Identifier: GPL-2.0-only
5 Copyright (C) 2007-2014 STMicroelectronics Ltd
18 unsigned int tdes0 = le32_to_cpu(p->des0); in enh_desc_get_tx_status()
31 x->tx_jabber++; in enh_desc_get_tx_status()
34 x->tx_frame_flushed++; in enh_desc_get_tx_status()
39 x->tx_losscarrier++; in enh_desc_get_tx_status()
42 x->tx_carrier++; in enh_desc_get_tx_status()
46 x->tx_collision += in enh_desc_get_tx_status()
50 x->tx_deferred++; in enh_desc_get_tx_status()
54 x->tx_underflow++; in enh_desc_get_tx_status()
[all …]
H A Dstmmac_main.c1 // SPDX-License-Identifier: GPL-2.0-only
3 This is the driver for the ST MAC 10/100/1000 on-chip Ethernet controllers.
6 Copyright(C) 2007-2011 STMicroelectronics Ltd
29 #include <linux/dma-mapping.h>
57 * with fine resolution and binary rollover. This avoid non-monotonic behavior
64 #define TSO_MAX_BUFF_SIZE (SZ_16K - 1)
72 static int debug = -1;
74 MODULE_PARM_DESC(debug, "Message Level (-1: default, 0: no output, 16: all)");
76 static int phyaddr = -1;
80 #define STMMAC_TX_THRESH(x) ((x)->dma_conf.dma_tx_size / 4)
[all …]