OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FCS
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netbt/
rfcomm_session.c
152
#define
FCS
(f, d) crctable[(f) ^ (d)]
613
uint8_t
fcs
, b;
local
619
* UIH frames:
FCS
is only calculated on address and control fields
620
* For other frames:
FCS
is calculated on address, control and length
623
fcs
= 0xff;
633
fcs
=
FCS
(
fcs
, b);
639
fcs
=
FCS
(fcs, b)
1469
uint8_t
fcs
, cr;
local
1532
uint8_t
fcs
, *hdr;
local
[
all
...]
/src/sys/arch/mac68k/dev/
if_mcreg.h
68
#define DXMTFCS 0x08 /* Disable Transmit
FCS
*/
98
#define
FCS
0x10 /*
FCS
Error flag */
195
#define RCVFCSE 0x08 /* Receive
FCS
Enable */
/src/sys/arch/macppc/dev/
am79c950reg.h
68
#define DXMTFCS 0x08 /* Disable Transmit
FCS
*/
98
#define
FCS
0x10 /*
FCS
Error flag */
195
#define RCVFCSE 0x08 /* Receive
FCS
Enable */
Completed in 19 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026