/linux/arch/s390/appldata/ |
H A D | appldata_net_sum.c | 50 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/include/net/ |
H A D | fq.h | 19 * @tin: owner of this flow. Used to manage collisions, i.e. when a packet 56 u32 collisions; member 82 u32 collisions; member
|
/linux/drivers/net/ethernet/pasemi/ |
H A D | pasemi_mac_ethtool.c | 40 { "tx-collisions" }, 41 { "tx-late-collisions" }, 42 { "tx-excessive-collisions" },
|
/linux/tools/perf/Documentation/ |
H A D | perf-arm-spe.txt | 86 Collisions 90 occurs. The new sample is dropped. Collisions affect the integrity of the data, so the sample rate 91 should be set to avoid collisions. 94 count is based on collisions _before_ filtering occurs. Therefore this can not be used as an exact
|
/linux/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac.h | 257 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/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.h | 353 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/arch/m68k/kernel/ |
H A D | pcibios.c | 17 * 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/drivers/net/ethernet/broadcom/ |
H A D | b44.h | 202 #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/Documentation/ABI/testing/ |
H A D | sysfs-class-net-statistics | 1 What: /sys/class/net/<iface>/statistics/collisions 6 Indicates the number of collisions seen by this network device. 217 late collisions errors.
|
H A D | sysfs-uevent | 36 name gains ``SYNTH_ARG_`` prefix to avoid possible collisions
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | norm_desc.c | 43 unsigned int collisions; in ndesc_get_tx_status() local 45 collisions = (tdes0 & TDES0_COLLISION_COUNT_MASK) >> 3; in ndesc_get_tx_status() 46 x->tx_collision += collisions; in ndesc_get_tx_status()
|
/linux/net/ax25/ |
H A D | Kconfig | 56 DAMA is a mechanism to prevent collisions when doing AX.25 71 DAMA is a mechanism to prevent collisions when doing AX.25
|
/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | vsc7326_reg.h | 232 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/arch/mips/include/asm/ |
H A D | bmips-spaces.h | 5 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
|
/linux/Documentation/networking/device_drivers/ethernet/3com/ |
H A D | 3c509.rst | 102 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/tools/include/uapi/linux/ |
H A D | if_link.h | 19 __u32 collisions; member 95 * @collisions: Number of collisions during packet transmissions. 196 * to late collisions (for Ethernet - after the first 64B of transmission). 228 __u64 collisions; member
|
/linux/arch/mips/include/asm/mach-bmips/ |
H A D | spaces.h | 13 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
|
/linux/tools/perf/util/ |
H A D | sharded_mutex.h | 12 * where the mutex is looked up from a hash value. This can lead to collisions
|
/linux/fs/bcachefs/ |
H A D | dirent_format.h | 9 * field of the key - using linear probing to resolve hash collisions. This also
|
/linux/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_tx.h | 76 /* Packets dropped due to excessive collisions */ 82 /* Packets sent that experienced multiple collisions before successful
|
/linux/arch/mips/pci/ |
H A D | pci-legacy.c | 33 * We need to avoid collisions with `mirrored' VGA ports 264 "can't enable device: resource collisions\n"); in pcibios_enable_resources()
|
H A D | pci-generic.c | 12 * We need to avoid collisions with `mirrored' VGA ports
|
/linux/drivers/net/ethernet/apple/ |
H A D | bmac.h | 99 # define TxIgnoreColl 0x0040 /* ignore transmit collisions */ 101 # define TxNoBackoff 0x0100 /* no backoff in case of collisions */
|
/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 290 … /* 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/Documentation/devicetree/bindings/bus/ |
H A D | baikal,bt1-apb.yaml | 17 addressed APB slave devices. In case of any APB protocol collisions, slave
|