Home
last modified time | relevance | path

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

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