Linux Kernel
3.7.1
|
#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 |
void * | priv |
void(* | tx )(void *, struct sk_buff *, enum htc_endpoint_id, bool txok) |
|
read |
void(* rx_refill)(struct htc_target *, enum htc_endpoint_id endpoint) |
void(* tx_comp_multi)(struct htc_target *, struct list_head *) |
void(* tx_complete)(struct htc_target *, struct htc_packet *) |
enum htc_send_full_action(* tx_full)(struct htc_target *, struct htc_packet *) |