Searched refs:FCS (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/Documentation/networking/ |
D | mac80211-injection.rst | 25 IEEE80211_RADIOTAP_F_FCS FCS will be removed and recalculated
|
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
|
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
|
D | phy.rst | 141 * Ethernet MAC may report some or all packets ingressing with a FCS/CRC error,
|
/linux-6.1.9/Documentation/input/joydev/ |
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
|
/linux-6.1.9/drivers/scsi/bfa/ |
D | bfa_fcs.c | 20 BFA_TRC_FILE(FCS, FCS);
|
D | bfa_fcs_fcpim.c | 20 BFA_TRC_FILE(FCS, FCPIM);
|
D | bfa_fcs_rport.c | 20 BFA_TRC_FILE(FCS, RPORT);
|
D | bfa_fcs_lport.c | 17 BFA_TRC_FILE(FCS, PORT);
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 40 Indicates the number of packets received with a CRC (FCS) error
|
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/netronome/ |
D | nfp.rst | 169 * A physical layer problem that causes Ethernet errors, like FCS or
|
/linux-6.1.9/drivers/input/joystick/ |
D | Kconfig | 27 Flightstick Pro, ThrustMaster FCS, 6 and 8 button gamepads, or
|
/linux-6.1.9/arch/powerpc/xmon/ |
D | xmon.c | 1431 #define FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro 1450 fcs = FCS(fcs, v); in csum()
|