Searched defs:ath6kl_sdio (Results 1 – 1 of 1) sorted by relevance
31 struct ath6kl_sdio { struct32 struct sdio_func *func;34 spinlock_t lock;37 struct list_head bus_req_freeq;40 struct bus_request bus_req[BUS_REQUEST_MAX_NUM];42 struct ath6kl *ar;44 u8 *dma_buffer;69 static inline struct ath6kl_sdio *ath6kl_sdio_priv(struct ath6kl *ar) in ath6kl_sdio_priv() argument