Searched defs:winstart (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c299 struct ieee80211_rx_ampdu *rap, ieee80211_seq winstart)
307 * than winstart. Gaps may exist. Note that we may actually
308 * dispatch frames past winstart if a run continues; this is
322 if (!IEEE80211_SEQ_BA_BEFORE(seqno, winstart))
345 "BA win <%d:%d> winstart %d\n",
348 winstart);
354 * passed up the stack+1 or winstart if stopped on
298 ampdu_rx_flush_upto(struct ieee80211_node *in, struct ieee80211_rx_ampdu *rap, ieee80211_seq winstart) argument

Completed in 48 milliseconds