| /kernel/linux/linux-6.6/arch/s390/appldata/ |
| 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()
|
| /kernel/linux/linux-5.10/arch/s390/appldata/ |
| 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()
|
| /kernel/linux/linux-6.6/include/net/ |
| 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
|
| /kernel/linux/linux-5.10/include/net/ |
| D | fq.h | 15 * @tin: owner of this flow. Used to manage collisions, i.e. when a packet 53 u32 collisions; member 79 u32 collisions; member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/pasemi/ |
| D | pasemi_mac_ethtool.c | 40 { "tx-collisions" }, 41 { "tx-late-collisions" }, 42 { "tx-excessive-collisions" },
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/pasemi/ |
| D | pasemi_mac_ethtool.c | 40 { "tx-collisions" }, 41 { "tx-late-collisions" }, 42 { "tx-excessive-collisions" },
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | norm_desc.c | 47 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()
|
| /kernel/linux/linux-6.6/tools/perf/Documentation/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/ |
| 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 */
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/ |
| 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 */
|
| /kernel/linux/linux-6.6/arch/m68k/kernel/ |
| 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()
|
| /kernel/linux/linux-5.10/arch/m68k/kernel/ |
| 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()
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-class-net-statistics | 1 What: /sys/class/<iface>/statistics/collisions 6 Indicates the number of collisions seen by this network device. 217 late collisions errors.
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/ |
| 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 */
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/ |
| 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 */
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| 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.
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
| 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 */
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
| 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 */
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
| 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()
|
| /kernel/linux/linux-6.6/net/ax25/ |
| 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
|
| /kernel/linux/linux-5.10/net/ax25/ |
| 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
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| D | bmips-spaces.h | 5 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | bmips-spaces.h | 5 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/mach-bmips/ |
| D | spaces.h | 13 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/mach-bmips/ |
| D | spaces.h | 13 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
|