Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wlan.h230 struct txq_entry_t { struct
231 struct txq_entry_t *next; argument
232 struct txq_entry_t *prev; argument
233 int type;
234 int tcp_PendingAck_index;
235 u8 *buffer;
236 int buffer_size;
237 void *priv;
238 int status;
239 void (*tx_complete_func)(void *, int);