Searched refs:tsf_val (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | join.c | 105 __le64 tsf_val; in mwifiex_cmd_append_tsf_tlv() local 116 tsf_tlv.header.len = cpu_to_le16(2 * sizeof(tsf_val)); in mwifiex_cmd_append_tsf_tlv() 122 tsf_val = cpu_to_le64(bss_desc->fw_tsf); in mwifiex_cmd_append_tsf_tlv() 123 memcpy(*buffer, &tsf_val, sizeof(tsf_val)); in mwifiex_cmd_append_tsf_tlv() 124 *buffer += sizeof(tsf_val); in mwifiex_cmd_append_tsf_tlv() 126 tsf_val = cpu_to_le64(bss_desc->timestamp); in mwifiex_cmd_append_tsf_tlv() 132 memcpy(*buffer, &tsf_val, sizeof(tsf_val)); in mwifiex_cmd_append_tsf_tlv() 133 *buffer += sizeof(tsf_val); in mwifiex_cmd_append_tsf_tlv() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | join.c | 93 __le64 tsf_val; in mwifiex_cmd_append_tsf_tlv() local 104 tsf_tlv.header.len = cpu_to_le16(2 * sizeof(tsf_val)); in mwifiex_cmd_append_tsf_tlv() 110 tsf_val = cpu_to_le64(bss_desc->fw_tsf); in mwifiex_cmd_append_tsf_tlv() 111 memcpy(*buffer, &tsf_val, sizeof(tsf_val)); in mwifiex_cmd_append_tsf_tlv() 112 *buffer += sizeof(tsf_val); in mwifiex_cmd_append_tsf_tlv() 114 tsf_val = cpu_to_le64(bss_desc->timestamp); in mwifiex_cmd_append_tsf_tlv() 120 memcpy(*buffer, &tsf_val, sizeof(tsf_val)); in mwifiex_cmd_append_tsf_tlv() 121 *buffer += sizeof(tsf_val); in mwifiex_cmd_append_tsf_tlv() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 350 cur_tsf = (u32) cur->tsf_val + in ath_chanctx_adjust_tbtt_delta() 353 prev_tsf = prev->last_beacon - (u32) prev->tsf_val + cur_tsf; in ath_chanctx_adjust_tbtt_delta() 366 prev->tsf_val += offset; in ath_chanctx_adjust_tbtt_delta() 684 !sc->cur_chan->tsf_val) in ath_chanctx_event() 693 tsf_time -= (u32) sc->cur_chan->tsf_val + in ath_chanctx_event() 1281 sc->cur_chan->tsf_val = ath9k_hw_gettsf64(sc->sc_ah); in ath_chanctx_set_next()
|
H A D | beacon.c | 294 avp->chanctx->tsf_val += tsfadjust; in ath9k_beacon_ensure_primary_slot() 297 ath9k_hw_settsf64(sc->sc_ah, avp->chanctx->tsf_val + offset); in ath9k_beacon_ensure_primary_slot()
|
H A D | main.c | 250 if (sc->cur_chan->tsf_val) { in ath_complete_reset() 255 ath9k_hw_settsf64(ah, sc->cur_chan->tsf_val + offset); in ath_complete_reset() 1963 tsf = sc->cur_chan->tsf_val + in ath9k_get_tsf() 1986 avp->chanctx->tsf_val = tsf; in ath9k_set_tsf() 2002 avp->chanctx->tsf_val = 0; in ath9k_reset_tsf()
|
H A D | ath9k.h | 340 u64 tsf_val; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 350 cur_tsf = (u32) cur->tsf_val + in ath_chanctx_adjust_tbtt_delta() 353 prev_tsf = prev->last_beacon - (u32) prev->tsf_val + cur_tsf; in ath_chanctx_adjust_tbtt_delta() 366 prev->tsf_val += offset; in ath_chanctx_adjust_tbtt_delta() 684 !sc->cur_chan->tsf_val) in ath_chanctx_event() 693 tsf_time -= (u32) sc->cur_chan->tsf_val + in ath_chanctx_event() 1281 sc->cur_chan->tsf_val = ath9k_hw_gettsf64(sc->sc_ah); in ath_chanctx_set_next()
|
H A D | beacon.c | 294 avp->chanctx->tsf_val += tsfadjust; in ath9k_beacon_ensure_primary_slot() 297 ath9k_hw_settsf64(sc->sc_ah, avp->chanctx->tsf_val + offset); in ath9k_beacon_ensure_primary_slot()
|
H A D | main.c | 250 if (sc->cur_chan->tsf_val) { in ath_complete_reset() 255 ath9k_hw_settsf64(ah, sc->cur_chan->tsf_val + offset); in ath_complete_reset() 1958 tsf = sc->cur_chan->tsf_val + in ath9k_get_tsf() 1981 avp->chanctx->tsf_val = tsf; in ath9k_set_tsf() 1997 avp->chanctx->tsf_val = 0; in ath9k_reset_tsf()
|
H A D | ath9k.h | 341 u64 tsf_val; member
|
Completed in 31 milliseconds