Searched defs:txq_entry_t (Results 1 – 1 of 1) sorted by relevance
206 struct txq_entry_t { struct207 struct list_head list;208 int type;209 int ack_idx;210 u8 *buffer;211 int buffer_size;212 void *priv;213 int status;214 struct wilc_vif *vif;215 void (*tx_complete_func)(void *priv, int status);