Searched refs:sdio_rx (Results 1 – 2 of 2) sorted by relevance
67 static struct sdio_rx *alloc_rx_struct(struct rx_cxt *rx) in alloc_rx_struct()69 struct sdio_rx *r = kzalloc(sizeof(*r), GFP_ATOMIC); in alloc_rx_struct()77 static void free_rx_struct(struct sdio_rx *r) in free_rx_struct()105 static struct sdio_rx *get_rx_struct(struct rx_cxt *rx) in get_rx_struct()107 struct sdio_rx *r; in get_rx_struct()112 r = list_entry(rx->free_list.prev, struct sdio_rx, list); in get_rx_struct()119 static void put_rx_struct(struct rx_cxt *rx, struct sdio_rx *r) in put_rx_struct()129 struct sdio_rx *r, *r_next; in release_sdio()167 struct sdio_rx *r; in init_sdio()478 struct sdio_rx *r; in gdm_sdio_irq()[all …]
42 struct sdio_rx { struct