|
Linux Kernel
3.7.1
|
#include <zd_usb.h>
Data Fields | |
| atomic_t | enabled |
| spinlock_t | lock |
| struct delayed_work | watchdog_work |
| struct sk_buff_head | submitted_skbs |
| struct usb_anchor | submitted |
| int | submitted_urbs |
| u8 | stopped:1 |
| u8 | watchdog_enabled:1 |
struct zd_usb_tx - structure used for transmitting frames : atomic enabled flag, indicates whether tx is enabled : lock for transmission : anchor for URBs sent to device : atomic integer that counts the URBs having sent to the device, which haven't been completed : indicates whether higher level tx queues are stopped
| spinlock_t lock |
| struct sk_buff_head submitted_skbs |
| struct delayed_work watchdog_work |
1.8.2