Searched refs:seq_next (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c315 tid->seq_next = tid->seq_start;
1041 LE_16(tid->seq_next << IEEE80211_SEQ_SEQ_SHIFT);
1042 bf->bf_seqno = tid->seq_next;
1044 INCR(tid->seq_next, IEEE80211_SEQ_MAX);
2348 tid->seq_start = tid->seq_next = 0;
H A Darn_core.h498 uint16_t seq_next; member in struct:ath_atx_tid

Completed in 132 milliseconds