Linux Kernel
3.7.1
|
#include <htc.h>
Data Fields | |
struct list_head | list |
void * | pkt_cntxt |
u8 * | buf_start |
u8 * | buf |
u32 | buf_len |
u32 | act_len |
enum htc_endpoint_id | endpoint |
int | status |
union { | |
struct htc_tx_packet_info tx | |
struct htc_rx_packet_info rx | |
} | info |
void(* | completion )(struct htc_target *, struct htc_packet *) |
struct htc_target * | context |
struct sk_buff * | skb |
void(* completion)(struct htc_target *, struct htc_packet *) |
enum htc_endpoint_id endpoint |
union { ... } info |