Searched defs:txq_entry_t (Results 1 – 1 of 1) sorted by relevance
299 struct txq_entry_t { struct300 struct list_head list;301 int type;302 int ack_idx;303 u8 *buffer;304 int buffer_size;305 void *priv;306 int status;307 struct wilc_vif *vif;308 void (*tx_complete_func)(void *priv, int status);