Searched defs:txq_entry_t (Results 1 – 2 of 2) 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);
324 struct txq_entry_t { struct343 struct txq_entry_t txq_head; argument