Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.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()
H A Dcore.h599 u16 tx_seq_no; member
H A Dmac.c1807 arvif->tx_seq_no = 0x1000; in ath10k_control_beaconing()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls.h271 u64 tx_seq_no; member
H A Dchtls_hw.c459 csk->tlshws.tx_seq_no = 0; in chtls_setkey()
H A Dchtls_io.c307 return hws->tx_seq_no++; in tlstx_incr_seqnum()
505 hws->tx_seq_no += (pdus - 1); in make_tlstx_data_wr()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h329 u16 tx_seq_no; member
H A Dmac.c1615 arvif->tx_seq_no = 0x1000; in ath11k_control_beaconing()