Searched defs:ath9k_htc_hif (Results 1 – 1 of 1) sorted by relevance
28 struct ath9k_htc_hif { struct29 struct list_head list;30 const enum ath9k_hif_transports transport;31 const char *name;33 u8 control_dl_pipe;34 u8 control_ul_pipe;36 void (*start) (void *hif_handle);37 void (*stop) (void *hif_handle);38 void (*sta_drain) (void *hif_handle, u8 idx);39 int (*send) (void *hif_handle, u8 pipe, struct sk_buff *buf);