Home
last modified time | relevance | path

Searched refs:sdio_tx (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/gdm72xx/
Dgdm_sdio.c41 static struct sdio_tx *alloc_tx_struct(struct tx_cxt *tx) in alloc_tx_struct()
43 struct sdio_tx *t = kzalloc(sizeof(*t), GFP_ATOMIC); in alloc_tx_struct()
59 static void free_tx_struct(struct sdio_tx *t) in free_tx_struct()
83 static struct sdio_tx *get_tx_struct(struct tx_cxt *tx, int *no_spc) in get_tx_struct()
85 struct sdio_tx *t; in get_tx_struct()
90 t = list_entry(tx->free_list.prev, struct sdio_tx, list); in get_tx_struct()
99 static void put_tx_struct(struct tx_cxt *tx, struct sdio_tx *t) in put_tx_struct()
128 struct sdio_tx *t, *t_next; in release_sdio()
166 struct sdio_tx *t; in init_sdio()
252 struct sdio_tx *t; in send_sdu()
[all …]
Dgdm_sdio.h22 struct sdio_tx { struct