Home
last modified time | relevance | path

Searched defs:vring_tx_data (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/wil6210/
Dwil6210.h393 struct vring_tx_data { struct
394 bool dot1x_open;
395 int enabled;
396 cycles_t idle, last_idle, begin;
397 u8 agg_wsize; /* agreed aggregation window, 0 - no agg */
398 u16 agg_timeout;
399 u8 agg_amsdu;
400 bool addba_in_progress; /* if set, agg_xxx is for request in progress */
401 spinlock_t lock;
613 struct vring_tx_data vring_tx_data[WIL6210_MAX_TX_RINGS]; member