Home
last modified time | relevance | path

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

12345678910>>...15

/linux/arch/s390/appldata/
H A 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/include/net/
H A Dfq.h19 * @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 Dpasemi_mac_ethtool.c40 { "tx-collisions" },
41 { "tx-late-collisions" },
42 { "tx-excessive-collisions" },
/linux/tools/perf/Documentation/
H A Dperf-arm-spe.txt86 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 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/drivers/net/ethernet/atheros/atlx/
H A 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/arch/m68k/kernel/
H A 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/drivers/net/ethernet/broadcom/
H A 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/Documentation/ABI/testing/
H A Dsysfs-class-net-statistics1 What: /sys/class/net/<iface>/statistics/collisions
6 Indicates the number of collisions seen by this network device.
217 late collisions errors.
H A Dsysfs-uevent36 name gains ``SYNTH_ARG_`` prefix to avoid possible collisions
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dnorm_desc.c43 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 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/drivers/net/ethernet/chelsio/cxgb/
H A 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/arch/mips/include/asm/
H A Dbmips-spaces.h5 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
/linux/Documentation/networking/device_drivers/ethernet/3com/
H A 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/tools/include/uapi/linux/
H A Dif_link.h19 __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 Dspaces.h13 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
/linux/tools/perf/util/
H A Dsharded_mutex.h12 * where the mutex is looked up from a hash value. This can lead to collisions
/linux/fs/bcachefs/
H A Ddirent_format.h9 * field of the key - using linear probing to resolve hash collisions. This also
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_tx.h76 /* Packets dropped due to excessive collisions */
82 /* Packets sent that experienced multiple collisions before successful
/linux/arch/mips/pci/
H A Dpci-legacy.c33 * We need to avoid collisions with `mirrored' VGA ports
264 "can't enable device: resource collisions\n"); in pcibios_enable_resources()
H A Dpci-generic.c12 * We need to avoid collisions with `mirrored' VGA ports
/linux/drivers/net/ethernet/apple/
H A Dbmac.h99 # define TxIgnoreColl 0x0040 /* ignore transmit collisions */
101 # define TxNoBackoff 0x0100 /* no backoff in case of collisions */
/linux/drivers/net/ethernet/atheros/atl1e/
H A 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/Documentation/devicetree/bindings/bus/
H A Dbaikal,bt1-apb.yaml17 addressed APB slave devices. In case of any APB protocol collisions, slave

12345678910>>...15