Linux Kernel
3.7.1
|
Data Fields | |
int | usage |
int | num |
struct cosa_data * | cosa |
int | txsize |
char * | txbuf |
char | name [COSA_MAX_NAME] |
char *(* | setup_rx )(struct channel_data *channel, int size) |
int(* | rx_done )(struct channel_data *channel) |
int(* | tx_done )(struct channel_data *channel, int size) |
struct mutex | rlock |
struct semaphore | wsem |
char * | rxdata |
int | rxsize |
wait_queue_head_t | txwaitq |
wait_queue_head_t | rxwaitq |
int | tx_status |
int | rx_status |
struct net_device * | netdev |
struct sk_buff * | rx_skb |
struct sk_buff * | tx_skb |
char name[COSA_MAX_NAME] |
struct net_device* netdev |
wait_queue_head_t rxwaitq |
wait_queue_head_t txwaitq |