Searched defs:carl9170_sta_tid (Results 1 – 1 of 1) sorted by relevance
117 struct carl9170_sta_tid { struct119 struct list_head list;122 struct list_head tmp_list;125 spinlock_t lock;127 unsigned int counter;128 enum carl9170_tid_state state;129 u8 tid; /* TID number ( 0 - 15 ) */130 u16 max; /* max. AMPDU size */132 u16 snx; /* awaiting _next_ frame */133 u16 hsn; /* highest _queued_ sequence */[all …]