Lines Matching defs:carl9170_sta_tid
114 struct carl9170_sta_tid { struct
116 struct list_head list;
119 struct list_head tmp_list;
122 spinlock_t lock;
124 unsigned int counter;
125 enum carl9170_tid_state state;
126 u8 tid; /* TID number ( 0 - 15 ) */
127 u16 max; /* max. AMPDU size */
129 u16 snx; /* awaiting _next_ frame */
130 u16 hsn; /* highest _queued_ sequence */
131 u16 bsn; /* base of the tx/agg bitmap */
132 unsigned long bitmap[CARL9170_BAW_SIZE];
135 struct sk_buff_head queue;
137 struct ieee80211_sta *sta;
138 struct ieee80211_vif *vif;