Home
last modified time | relevance | path

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

/linux-2.6.39/Documentation/networking/
Dmac80211-injection.txt21 IEEE80211_RADIOTAP_F_FCS: FCS will be removed and recalculated
Dppp_generic.txt81 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-2.6.39/drivers/scsi/bfa/
Dbfa_fcs.c26 BFA_TRC_FILE(FCS, FCS);
Dbfa_fcs_fcpim.c27 BFA_TRC_FILE(FCS, FCPIM);
Dbfa_fcs_rport.c26 BFA_TRC_FILE(FCS, RPORT);
Dbfa_fcs_lport.c23 BFA_TRC_FILE(FCS, PORT);
/linux-2.6.39/Documentation/input/
Djoystick.txt170 with CH Flightstick Pro, ThrustMaster FCS or 6 and 8 button gamepads. Saitek
199 fcs | Thrustmaster FCS compatible joystick
223 11 | FCS Hat
/linux-2.6.39/drivers/input/joystick/
DKconfig25 Flightstick Pro, ThrustMaster FCS, 6 and 8 button gamepads, or
/linux-2.6.39/arch/powerpc/xmon/
Dxmon.c1056 #define FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) macro
1075 fcs = FCS(fcs, v); in csum()