Home
last modified time | relevance | path

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

12345678910>>...18

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/net/
H A Dfq.h15 * @tin: owner of this flow. Used to manage collisions, i.e. when a packet
53 u32 collisions; member
79 u32 collisions; member
H A Dfq_impl.h128 tin->collisions++; in fq_flow_classify()
129 fq->collisions++; in fq_flow_classify()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/pasemi/
H A Dpasemi_mac_ethtool.c40 { "tx-collisions" },
41 { "tx-late-collisions" },
42 { "tx-excessive-collisions" },
/OK3568_Linux_fs/kernel/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 */
/OK3568_Linux_fs/kernel/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 */
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A 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.
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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 */
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dcs8900.h107 #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 DKconfig56 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 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
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A 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
/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 Dhashtab.h122 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 Dhashtab.h122 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 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
/OK3568_Linux_fs/u-boot/fs/reiserfs/
H A Dreiserfs_private.h127 * 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 Dbmips-spaces.h5 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-bmips/
H A Dspaces.h13 /* Avoid collisions with system base register (SBR) region on BMIPS3300 */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/fbtest/
H A Dfb-test_1.1.0.bb14 # avoid collisions with perf (perf) and mesa-demos (offset)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/apple/
H A Dbmac.h99 # 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 Ddsl_dataset.h31 * collisions. The ds_guid is a 64-bit ID that will never
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A 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" },
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-legacy.c33 * We need to avoid collisions with `mirrored' VGA ports
273 "can't enable device: resource collisions\n"); in pcibios_enable_resources()

12345678910>>...18