Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
cf_mod Struct Reference

Data Fields

struct {
   struct can_frame   and
 
   struct can_frame   or
 
   struct can_frame   xor
 
   struct can_frame   set
 
modframe
 
struct {
   u8   and
 
   u8   or
 
   u8   xor
 
   u8   set
 
modtype
 
void(* modfunc [MAX_MODFUNCTIONS])(struct can_frame *cf, struct cf_mod *mod)
 
struct {
   struct cgw_csum_xor   xor
 
   struct cgw_csum_crc8   crc8
 
csum
 
struct {
   void(*   xor )(struct can_frame *cf, struct
      cgw_csum_xor *xor)
 
   void(*   crc8 )(struct can_frame *cf, struct
      cgw_csum_crc8 *crc8)
 
csumfunc
 

Detailed Description

Definition at line 75 of file gw.c.

Field Documentation

Definition at line 77 of file gw.c.

u8 and

Definition at line 83 of file gw.c.

Definition at line 94 of file gw.c.

Definition at line 98 of file gw.c.

struct { ... } csum
struct { ... } csumfunc
struct { ... } modframe

Definition at line 88 of file gw.c.

struct { ... } modtype

Definition at line 78 of file gw.c.

u8 or

Definition at line 84 of file gw.c.

Definition at line 80 of file gw.c.

u8 set

Definition at line 86 of file gw.c.

Definition at line 79 of file gw.c.

u8 xor

Definition at line 85 of file gw.c.

Definition at line 93 of file gw.c.

Definition at line 97 of file gw.c.


The documentation for this struct was generated from the following file: