Home
last modified time | relevance | path

Searched refs:FCS (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/Documentation/networking/
H A Dmac80211-injection.rst25 IEEE80211_RADIOTAP_F_FCS FCS will be removed and recalculated
H A Dnetdev-features.rst166 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 Dppp_generic.rst85 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 Dphy.rst141 * Ethernet MAC may report some or all packets ingressing with a FCS/CRC error,
/openbmc/linux/Documentation/input/joydev/
H A Djoystick.rst150 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 Dcounters.rst872 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 Dbfa_fcs.c20 BFA_TRC_FILE(FCS, FCS);
H A Dbfa_fcs_fcpim.c20 BFA_TRC_FILE(FCS, FCPIM);
H A Dbfa_fcs_rport.c20 BFA_TRC_FILE(FCS, RPORT);
H A Dbfa_fcs_lport.c17 BFA_TRC_FILE(FCS, PORT);
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-net-statistics40 Indicates the number of packets received with a CRC (FCS) error
/openbmc/linux/Documentation/networking/device_drivers/ethernet/netronome/
H A Dnfp.rst294 * A physical layer problem that causes Ethernet errors, like FCS or
/openbmc/linux/drivers/input/joystick/
H A DKconfig27 Flightstick Pro, ThrustMaster FCS, 6 and 8 button gamepads, or
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c1430 #define FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
1449 fcs = FCS(fcs, v); in csum()