| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A 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
|
| H A D | fq_impl.h | 128 tin->collisions++; in fq_flow_classify() 129 fq->collisions++; in fq_flow_classify()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/pasemi/ |
| H A D | pasemi_mac_ethtool.c | 40 { "tx-collisions" }, 41 { "tx-late-collisions" }, 42 { "tx-excessive-collisions" },
|
| /OK3568_Linux_fs/kernel/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 */
|
| /OK3568_Linux_fs/kernel/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 */
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A 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.
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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 */
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | cs8900.h | 107 #define PP_TxCFG_16Collisions 0x8000 /* Enable interrupt if > 16 collisions */ 186 #define PP_TER_NumCollisions 0x7800 /* Number of collisions */ 187 #define PP_TER_16Collisions 0x8000 /* > 16 collisions */
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | if_link.h | 19 __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
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | hashtab.h | 122 of collisions fixed for time of work with the hash table. */ 123 unsigned int collisions; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | hashtab.h | 122 of collisions fixed for time of work with the hash table. */ 123 unsigned int collisions; member
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/u-boot/fs/reiserfs/ |
| H A D | reiserfs_private.h | 127 * hash collisions. If number of collisions overflows generation 143 * hash collisions. If number of collisions overflows generation
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | bmips-spaces.h | 5 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-bmips/ |
| H A D | spaces.h | 13 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/fbtest/ |
| H A D | fb-test_1.1.0.bb | 14 # avoid collisions with perf (perf) and mesa-demos (offset)
|
| /OK3568_Linux_fs/kernel/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 */
|
| /OK3568_Linux_fs/u-boot/include/zfs/ |
| H A D | dsl_dataset.h | 31 * collisions. The ds_guid is a 64-bit ID that will never
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_ethtool.c | 175 { 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" },
|
| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | pci-legacy.c | 33 * We need to avoid collisions with `mirrored' VGA ports 273 "can't enable device: resource collisions\n"); in pcibios_enable_resources()
|