Searched refs:FCS (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/Documentation/networking/ |
D | mac80211-injection.txt | 21 IEEE80211_RADIOTAP_F_FCS: FCS will be removed and recalculated
|
D | netdev-features.txt | 163 This requests that the NIC append the Ethernet Frame Checksum (FCS) 170 frames (such as bad FCS, etc). This can be helpful when sniffing a link with
|
D | ppp_generic.txt | 81 frame has been lost or dropped (for example, because of a FCS (frame 116 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-v5.4/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-v5.4/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 40 Indicates the number of packets received with a CRC (FCS) error
|
/Linux-v5.4/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-v5.4/drivers/input/joystick/ |
D | Kconfig | 26 Flightstick Pro, ThrustMaster FCS, 6 and 8 button gamepads, or
|
/Linux-v5.4/arch/powerpc/xmon/ |
D | xmon.c | 1255 #define FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro 1274 fcs = FCS(fcs, v); in csum()
|