Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/rtwn/rtl8192c/
HDr92c_tx.c339 seqno = M_SEQNO_GET(m) % IEEE80211_SEQ_RANGE; in r92c_fill_tx_desc()
395 txd->txdseq |= htole16(M_SEQNO_GET(m) % IEEE80211_SEQ_RANGE); in r92c_fill_tx_desc_raw()
/freebsd-13-stable/sys/dev/rtwn/rtl8812a/
HDr12a_tx.c340 seqno = M_SEQNO_GET(m) % IEEE80211_SEQ_RANGE; in r12a_fill_tx_desc()
397 M_SEQNO_GET(m) % IEEE80211_SEQ_RANGE)); in r12a_fill_tx_desc_raw()
/freebsd-13-stable/sys/net80211/
HDieee80211_freebsd.h336 #define M_SEQNO_GET(m) ((m)->m_pkthdr.tso_segsz) macro
/freebsd-13-stable/sys/dev/ath/
HDif_ath_tx.c2063 bf->bf_state.bfs_seqno = M_SEQNO_GET(m0) << IEEE80211_SEQ_SEQ_SHIFT; in ath_tx_start()
2069 __func__, tid, M_SEQNO_GET(m0)); in ath_tx_start()
/freebsd-13-stable/share/man/man9/
HDMakefile1216 ieee80211_output.9 M_SEQNO_GET.9 \