Searched refs:FCS (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/Documentation/networking/ |
D | mac80211-injection.txt | 21 IEEE80211_RADIOTAP_F_FCS: FCS will be removed and recalculated
|
D | netdev-features.txt | 158 This requests that the NIC append the Ethernet Frame Checksum (FCS) 165 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
|
/linux-4.4.14/Documentation/input/ |
D | joystick.txt | 170 with CH Flightstick Pro, ThrustMaster FCS or 6 and 8 button gamepads. Saitek 199 fcs | Thrustmaster FCS compatible joystick 223 11 | FCS Hat
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 40 Indicates the number of packets received with a CRC (FCS) error
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_fcs.c | 27 BFA_TRC_FILE(FCS, FCS);
|
D | bfa_fcs_fcpim.c | 27 BFA_TRC_FILE(FCS, FCPIM);
|
D | bfa_fcs_rport.c | 27 BFA_TRC_FILE(FCS, RPORT);
|
D | bfa_fcs_lport.c | 24 BFA_TRC_FILE(FCS, PORT);
|
/linux-4.4.14/drivers/input/joystick/ |
D | Kconfig | 25 Flightstick Pro, ThrustMaster FCS, 6 and 8 button gamepads, or
|
/linux-4.4.14/arch/powerpc/xmon/ |
D | xmon.c | 1128 #define FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro 1147 fcs = FCS(fcs, v); in csum()
|