HomeSort by: relevance | last modified time | path
    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 in function:rfcomm_session_input
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 in function:rfcomm_session_send_frame
1532 uint8_t fcs, *hdr; local in function:rfcomm_session_send_uih
    [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 13 milliseconds