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

Data Fields

struct caif_dev_common cfdev
 
u32 shm_tx_addr
 
u32 shm_rx_addr
 
u32 shm_base_addr
 
u32 tx_empty_available
 
spinlock_t lock
 
struct list_head tx_empty_list
 
struct list_head tx_pend_list
 
struct list_head tx_full_list
 
struct list_head rx_empty_list
 
struct list_head rx_pend_list
 
struct list_head rx_full_list
 
struct workqueue_structpshm_tx_workqueue
 
struct workqueue_structpshm_rx_workqueue
 
struct work_struct shm_tx_work
 
struct work_struct shm_rx_work
 
struct sk_buff_head sk_qhead
 
struct shmdev_layerpshm_dev
 

Detailed Description

Definition at line 91 of file caif_shmcore.c.

Field Documentation

Definition at line 93 of file caif_shmcore.c.

spinlock_t lock

Definition at line 99 of file caif_shmcore.c.

struct shmdev_layer* pshm_dev

Definition at line 115 of file caif_shmcore.c.

struct workqueue_struct* pshm_rx_workqueue

Definition at line 109 of file caif_shmcore.c.

struct workqueue_struct* pshm_tx_workqueue

Definition at line 108 of file caif_shmcore.c.

struct list_head rx_empty_list

Definition at line 104 of file caif_shmcore.c.

struct list_head rx_full_list

Definition at line 106 of file caif_shmcore.c.

struct list_head rx_pend_list

Definition at line 105 of file caif_shmcore.c.

u32 shm_base_addr

Definition at line 97 of file caif_shmcore.c.

u32 shm_rx_addr

Definition at line 96 of file caif_shmcore.c.

struct work_struct shm_rx_work

Definition at line 112 of file caif_shmcore.c.

u32 shm_tx_addr

Definition at line 95 of file caif_shmcore.c.

struct work_struct shm_tx_work

Definition at line 111 of file caif_shmcore.c.

struct sk_buff_head sk_qhead

Definition at line 114 of file caif_shmcore.c.

u32 tx_empty_available

Definition at line 98 of file caif_shmcore.c.

struct list_head tx_empty_list

Definition at line 101 of file caif_shmcore.c.

struct list_head tx_full_list

Definition at line 103 of file caif_shmcore.c.

struct list_head tx_pend_list

Definition at line 102 of file caif_shmcore.c.


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