Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/athk/ath10k/
HDmac.h85 if (arvif->tx_seq_no == 0) in ath10k_tx_h_seq_no()
86 arvif->tx_seq_no = 0x1000; in ath10k_tx_h_seq_no()
89 arvif->tx_seq_no += 0x10; in ath10k_tx_h_seq_no()
91 hdr->seq_ctrl |= cpu_to_le16(arvif->tx_seq_no); in ath10k_tx_h_seq_no()
HDcore.h604 u16 tx_seq_no; member
HDmac.c1809 arvif->tx_seq_no = 0x1000; in ath10k_control_beaconing()
/freebsd-14-stable/sys/contrib/dev/athk/ath11k/
HDcore.h350 u16 tx_seq_no; member
HDmac.c1622 arvif->tx_seq_no = 0x1000; in ath11k_control_beaconing()