Searched defs:vring_tx_data (Results 1 – 1 of 1) sorted by relevance
380 struct vring_tx_data { struct381 bool dot1x_open;382 int enabled;383 cycles_t idle, last_idle, begin;384 u8 agg_wsize; /* agreed aggregation window, 0 - no agg */385 u16 agg_timeout;386 u8 agg_amsdu;387 bool addba_in_progress; /* if set, agg_xxx is for request in progress */388 spinlock_t lock;636 struct vring_tx_data vring_tx_data[WIL6210_MAX_TX_RINGS]; member