Searched refs:FCS (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/Documentation/networking/ |
H A D | mac80211-injection.rst | 25 IEEE80211_RADIOTAP_F_FCS FCS will be removed and recalculated
|
H A D | netdev-features.rst | 166 This requests that the NIC append the Ethernet Frame Checksum (FCS) 173 frames (such as bad FCS, etc). This can be helpful when sniffing a link with
|
H A D | ppp_generic.rst | 85 frame has been lost or dropped (for example, because of a FCS (frame 120 any escaping of control characters, nor are there any FCS or framing
|
H A D | phy.rst | 141 * Ethernet MAC may report some or all packets ingressing with a FCS/CRC error,
|
/openbmc/linux/Documentation/input/joydev/ |
H A D | joystick.rst | 150 with CH Flightstick Pro, ThrustMaster FCS or 6 and 8 button gamepads. Saitek 180 fcs Thrustmaster FCS compatible joystick 206 11 FCS Hat
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | counters.rst | 872 include packets that were discarded due to FCS, frame size and similar 882 header and FCS. 906 - The number of dropped received packets due to FCS (Frame Check Sequence) 987 than 64 bytes and has FCS error on a physical port. If this counter is 994 bytes and had FCS error on a physical port.
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_fcs.c | 20 BFA_TRC_FILE(FCS, FCS);
|
H A D | bfa_fcs_fcpim.c | 20 BFA_TRC_FILE(FCS, FCPIM);
|
H A D | bfa_fcs_rport.c | 20 BFA_TRC_FILE(FCS, RPORT);
|
H A D | bfa_fcs_lport.c | 17 BFA_TRC_FILE(FCS, PORT);
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-net-statistics | 40 Indicates the number of packets received with a CRC (FCS) error
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/netronome/ |
H A D | nfp.rst | 294 * A physical layer problem that causes Ethernet errors, like FCS or
|
/openbmc/linux/drivers/input/joystick/ |
H A D | Kconfig | 27 Flightstick Pro, ThrustMaster FCS, 6 and 8 button gamepads, or
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 1430 #define FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro 1449 fcs = FCS(fcs, v); in csum()
|