Home
last modified time | relevance | path

Searched full:collisions (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/Linux-v5.10/arch/s390/appldata/
Dappldata_net_sum.c50 u64 collisions; /* collisions while transmitting */ member
65 tx_errors, rx_dropped, tx_dropped, collisions; in appldata_get_net_sum_data() local
79 collisions = 0; in appldata_get_net_sum_data()
95 collisions += stats->collisions; in appldata_get_net_sum_data()
109 net_data->collisions = collisions; in appldata_get_net_sum_data()
/Linux-v5.10/include/net/
Dfq.h15 * @tin: owner of this flow. Used to manage collisions, i.e. when a packet
53 u32 collisions; member
79 u32 collisions; member
Dfq_impl.h128 tin->collisions++; in fq_flow_classify()
129 fq->collisions++; in fq_flow_classify()
/Linux-v5.10/drivers/net/ethernet/pasemi/
Dpasemi_mac_ethtool.c40 { "tx-collisions" },
41 { "tx-late-collisions" },
42 { "tx-excessive-collisions" },
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Dnorm_desc.c47 unsigned int collisions; in ndesc_get_tx_status() local
49 collisions = (tdes0 & TDES0_COLLISION_COUNT_MASK) >> 3; in ndesc_get_tx_status()
50 stats->collisions += collisions; in ndesc_get_tx_status()
99 stats->collisions++; in ndesc_get_rx_status()
/Linux-v5.10/drivers/net/ethernet/qualcomm/emac/
Demac.h257 u64 tx_2_col; /* packets with multiple prior collisions */
258 u64 tx_late_col; /* packets with late collisions */
259 u64 tx_abort_col; /* packets aborted due to excess collisions */
266 u64 tx_col; /* collisions */
/Linux-v5.10/arch/m68k/kernel/
Dpcibios.c17 * We need to avoid collisions with `mirrored' VGA ports
61 pr_err("PCI: Device %s not available because of resource collisions\n", in pcibios_enable_device()
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-class-net-statistics1 What: /sys/class/<iface>/statistics/collisions
6 Indicates the number of collisions seen by this network device.
217 late collisions errors.
Dsysfs-uevent36 name gains ``SYNTH_ARG_`` prefix to avoid possible collisions
/Linux-v5.10/drivers/net/ethernet/atheros/atlx/
Datl1.h353 u32 tx_2_col; /* packets TX after multiple collisions */
354 u32 tx_late_col; /* TX packets with late collisions */
355 u32 tx_abort_col; /* TX packets aborted w/excessive collisions */
652 u64 collisions; member
666 u64 excecol; /* TX packets w/ excessive collisions */
669 u64 mcc; /* packets TX after multiple collisions */
670 u64 latecol; /* TX packets w/ late collisions */
/Linux-v5.10/drivers/net/ethernet/broadcom/
Db44.h202 #define B44_TX_TCOLS 0x0540UL /* MIB TX Total Collisions */
203 #define B44_TX_SCOLS 0x0544UL /* MIB TX Single Collisions */
204 #define B44_TX_MCOLS 0x0548UL /* MIB TX Multiple Collisions */
205 #define B44_TX_ECOLS 0x054CUL /* MIB TX Excessive Collisions */
206 #define B44_TX_LCOLS 0x0550UL /* MIB TX Late Collisions */
/Linux-v5.10/net/ax25/
DKconfig56 DAMA is a mechanism to prevent collisions when doing AX.25
71 DAMA is a mechanism to prevent collisions when doing AX.25
/Linux-v5.10/arch/mips/include/asm/
Dbmips-spaces.h5 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
/Linux-v5.10/arch/mips/include/asm/mach-bmips/
Dspaces.h13 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb/
Dvsc7326_reg.h232 TxMultipleColl = 0x1e, // # frames tx after multiple collisions
233 TxLateColl = 0x1f, // # late collisions detected
234 TxXcoll = 0x20, // # frames lost, excessive collisions
246 TxBackoff2 = 0x2c, // # frames tx ok after 2 backoffs/collisions
247 TxBackoff3 = 0x2d, // after 3 backoffs/collisions
/Linux-v5.10/include/uapi/linux/
Dif_link.h19 __u32 collisions; member
94 * @collisions: Number of collisions during packet transmissions.
195 * to late collisions (for Ethernet - after the first 64B of transmission).
224 __u64 collisions; member
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/3com/
D3c509.rst102 collisions. This is one of very rare circumstances where disabling auto-
213 0x08 16 collisions.
236 16 collisions. This typically occurs when the network is exceptionally busy
/Linux-v5.10/arch/mips/pci/
Dpci-generic.c12 * We need to avoid collisions with `mirrored' VGA ports
Dpci-legacy.c33 * We need to avoid collisions with `mirrored' VGA ports
268 "can't enable device: resource collisions\n"); in pcibios_enable_resources()
/Linux-v5.10/drivers/net/ethernet/apple/
Dbmac.h99 # define TxIgnoreColl 0x0040 /* ignore transmit collisions */
101 # define TxNoBackoff 0x0100 /* no backoff in case of collisions */
/Linux-v5.10/Documentation/devicetree/bindings/bus/
Dbaikal,bt1-apb.yaml17 addressed APB slave devices. In case of any APB protocol collisions, slave
/Linux-v5.10/Documentation/input/devices/
Dcs461x.rst30 There are no sound or input collisions detected. The source code have
/Linux-v5.10/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c175 { ENETC_PM0_TMCOL, "MAC tx multiple collisions" },
176 { ENETC_PM0_TSCOL, "MAC tx single collisions" },
177 { ENETC_PM0_TLCOL, "MAC tx late collisions" },
178 { ENETC_PM0_TECOL, "MAC tx excessive collisions" },
/Linux-v5.10/drivers/net/ethernet/atheros/atl1e/
Datl1e.h290 … /* The number of packets subsequently transmitted successfully with multiple prior collisions. */
291 unsigned long tx_late_col; /* The number of packets transmitted with late collisions. */
292 …gned long tx_abort_col; /* The number of transmit packets aborted due to excessive collisions. */
/Linux-v5.10/arch/xtensa/kernel/
Dpci.c28 * We need to avoid collisions with `mirrored' VGA ports

12345678910>>...14