Searched defs:ath6kl_hif_ops (Results 1 – 1 of 1) sorted by relevance
228 struct ath6kl_hif_ops { struct229 int (*read_write_sync)(struct ath6kl *ar, u32 addr, u8 *buf,231 int (*write_async)(struct ath6kl *ar, u32 address, u8 *buffer,234 void (*irq_enable)(struct ath6kl *ar);235 void (*irq_disable)(struct ath6kl *ar);237 struct hif_scatter_req *(*scatter_req_get)(struct ath6kl *ar);238 void (*scatter_req_add)(struct ath6kl *ar,240 int (*enable_scatter)(struct ath6kl *ar);241 int (*scat_req_rw) (struct ath6kl *ar,243 void (*cleanup_scatter)(struct ath6kl *ar);[all …]