|
Linux Kernel
3.7.1
|
#include <u_ether.h>
Data Fields | |
| struct usb_function | func |
| struct eth_dev * | ioport |
| struct usb_ep * | in_ep |
| struct usb_ep * | out_ep |
| bool | is_zlp_ok |
| u16 | cdc_filter |
| u32 | header_len |
| bool | is_fixed |
| u32 | fixed_out_len |
| u32 | fixed_in_len |
| struct sk_buff *(* | wrap )(struct gether *port, struct sk_buff *skb) |
| int(* | unwrap )(struct gether *port, struct sk_buff *skb, struct sk_buff_head *list) |
| void(* | open )(struct gether *) |
| void(* | close )(struct gether *) |
| struct usb_function func |
1.8.2