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

#include <htc.h>

Data Fields

struct list_head list
 
voidpkt_cntxt
 
u8buf_start
 
u8buf
 
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_targetcontext
 
struct sk_buffskb
 

Detailed Description

Definition at line 282 of file htc.h.

Field Documentation

u32 act_len

Definition at line 308 of file htc.h.

u8* buf

Definition at line 304 of file htc.h.

u32 buf_len

Definition at line 305 of file htc.h.

u8* buf_start

Definition at line 295 of file htc.h.

Definition at line 321 of file htc.h.

Definition at line 322 of file htc.h.

Definition at line 311 of file htc.h.

union { ... } info

Definition at line 283 of file htc.h.

void* pkt_cntxt

Definition at line 286 of file htc.h.

Definition at line 318 of file htc.h.

Definition at line 330 of file htc.h.

Definition at line 315 of file htc.h.

Definition at line 317 of file htc.h.


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