Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/
H A Dieee80211_dragonfly.h198 #define M_SEQNO_GET(m) ((m)->m_pkthdr.wlan_seqno) macro
/dragonfly/share/man/man9/
H A DMakefile569 ieee80211_output.9 M_SEQNO_GET.9 \
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tx.c2012 bf->bf_state.bfs_seqno = M_SEQNO_GET(m0) << IEEE80211_SEQ_SEQ_SHIFT; in ath_tx_start()
2018 __func__, tid, M_SEQNO_GET(m0)); in ath_tx_start()
/dragonfly/sys/bus/u4b/wlan/
H A Dif_urtwn.c3048 txd->txdseq = htole16(M_SEQNO_GET(m) % IEEE80211_SEQ_RANGE); in urtwn_tx_data()
3172 txd->txdseq = htole16(M_SEQNO_GET(m) % IEEE80211_SEQ_RANGE); in urtwn_tx_raw()