Home
last modified time | relevance | path

Searched refs:rap (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_raudio_pxy.c59 raudio_t *rap; local
71 rap = aps->aps_data;
100 if (rap->rap_eos == 1)
137 if (rap->rap_seenpna == 1 && rap->rap_seenver == 0) {
154 rap->rap_gotid = 1;
156 rap->rap_eos = 1;
165 if (rap->rap_gotid == 1 && rap->rap_gotlen == 1) {
176 rap->rap_gotid = 0;
245 } else if (seq <= rap->rap_sseq + sizeof(rap->rap_svr)) {
262 if ((rap->rap_sbf != 0x7ffff) || (!rap->rap_eos)) /* 19 bits */
[all …]
/f-stack/freebsd/net80211/
H A Dieee80211_ht.c612 IEEE80211_SEQ_ADD(rap->rxa_start, rap->rxa_wnd-1), in ampdu_rx_add_slot()
640 IEEE80211_SEQ_ADD(rap->rxa_start, rap->rxa_wnd-1)); in ampdu_rx_add_slot()
677 KASSERT(rap->rxa_qbytes == 0 && rap->rxa_qframes == 0, in ampdu_rx_purge()
679 rap->rxa_qbytes, rap->rxa_qframes)); in ampdu_rx_purge()
689 memset(rap, 0, sizeof(*rap)); in ieee80211_ampdu_rx_init_rap()
853 mbufq_concat(&rap->rxa_mq[j-i], &rap->rxa_mq[j]); in ampdu_rx_moveup()
861 __func__, n, rap->rxa_qframes, i, rap->rxa_start, in ampdu_rx_moveup()
862 IEEE80211_SEQ_ADD(rap->rxa_start, rap->rxa_wnd-1), in ampdu_rx_moveup()
898 rap->rxa_start = IEEE80211_SEQ_ADD(rap->rxa_start, i); in ampdu_rx_dispatch()
1185 IEEE80211_SEQ_ADD(rap->rxa_start, rap->rxa_wnd-1), in ieee80211_ampdu_reorder()
[all …]
H A Dieee80211_ddb.c210 _db_show_rxampdu(const char *sep, int ix, const struct ieee80211_rx_ampdu *rap) in _db_show_rxampdu() argument
216 sep, ix, rap, rap->rxa_flags, ix /*XXX */); in _db_show_rxampdu()
218 sep, rap->rxa_qbytes, rap->rxa_qframes, in _db_show_rxampdu()
219 rap->rxa_seqstart, rap->rxa_start, rap->rxa_wnd); in _db_show_rxampdu()
221 rap->rxa_age, rap->rxa_nframes); in _db_show_rxampdu()
223 if (mbufq_len(&rap->rxa_mq[i]) > 0) { in _db_show_rxampdu()
225 IEEE80211_SEQ_ADD(rap->rxa_start, i)); in _db_show_rxampdu()
226 STAILQ_FOREACH(m, &rap->rxa_mq[i].mq_head, in _db_show_rxampdu()
H A Dieee80211_input.h206 struct ieee80211_rx_ampdu *rap; in ieee80211_check_rxseq() local
234 rap = &ni->ni_rx_ampdu[tid]; in ieee80211_check_rxseq()
237 (rap->rxa_flags & IEEE80211_AGGR_RUNNING)) in ieee80211_check_rxseq()