Lines Matching defs:carl9170_sta_tid
126 struct carl9170_sta_tid { struct
128 struct list_head list;
131 struct list_head tmp_list;
134 spinlock_t lock;
136 unsigned int counter;
137 enum carl9170_tid_state state;
138 u8 tid; /* TID number ( 0 - 15 ) */
139 u16 max; /* max. AMPDU size */
141 u16 snx; /* awaiting _next_ frame */
142 u16 hsn; /* highest _queued_ sequence */
143 u16 bsn; /* base of the tx/agg bitmap */
144 unsigned long bitmap[CARL9170_BAW_SIZE];
147 struct sk_buff_head queue;