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

#include <htc.h>

Data Fields

void(* tx_complete )(struct htc_target *, struct htc_packet *)
 
void(* rx )(struct htc_target *, struct htc_packet *)
 
void(* rx_refill )(struct htc_target *, enum htc_endpoint_id endpoint)
 
enum htc_send_full_action(* tx_full )(struct htc_target *, struct htc_packet *)
 
struct htc_packet *(* rx_allocthresh )(struct htc_target *, enum htc_endpoint_id, int)
 
void(* tx_comp_multi )(struct htc_target *, struct list_head *)
 
int rx_alloc_thresh
 
int rx_refill_thresh
 
voidpriv
 
void(* tx )(void *, struct sk_buff *, enum htc_endpoint_id, bool txok)
 

Detailed Description

Definition at line 338 of file htc.h.

Field Documentation

Definition at line 81 of file htc_hst.h.

Definition at line 340 of file htc.h.

int rx_alloc_thresh

Definition at line 347 of file htc.h.

struct htc_packet*(* rx_allocthresh)(struct htc_target *, enum htc_endpoint_id, int)
read

Definition at line 344 of file htc.h.

Definition at line 341 of file htc.h.

int rx_refill_thresh

Definition at line 348 of file htc.h.

Definition at line 82 of file htc_hst.h.

void(* tx_comp_multi)(struct htc_target *, struct list_head *)

Definition at line 346 of file htc.h.

void(* tx_complete)(struct htc_target *, struct htc_packet *)

Definition at line 339 of file htc.h.

Definition at line 342 of file htc.h.


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