Searched defs:txq_entry_t (Results 1 – 1 of 1) sorted by relevance
212 struct txq_entry_t { struct213 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);