Searched defs:ath6kl_sdio (Results 1 – 1 of 1) sorted by relevance
33 struct ath6kl_sdio { struct34 struct sdio_func *func;37 spinlock_t lock;40 struct list_head bus_req_freeq;43 struct bus_request bus_req[BUS_REQUEST_MAX_NUM];45 struct ath6kl *ar;47 u8 *dma_buffer;50 struct mutex dma_buffer_mutex;53 struct list_head scat_req;78 static int ath6kl_sdio_config(struct ath6kl *ar); argument[all …]