Home
last modified time | relevance | path

Searched defs:txq_entry_t (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wlan.h212 struct txq_entry_t { struct
213 struct list_head list;
214 int type;
215 int tcp_pending_ack_idx;
216 u8 *buffer;
217 int buffer_size;
218 void *priv;
219 int status;
220 void (*tx_complete_func)(void *priv, int status);