Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Ddriver-ops.c292 if (local->ops->offset_tsf) in drv_offset_tsf()
293 local->ops->offset_tsf(&local->hw, &sdata->vif, offset); in drv_offset_tsf()
H A Ddebugfs_netdev.c692 if (tsf_is_delta && local->ops->offset_tsf) { in ieee80211_if_parse_tsf()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c1794 .offset_tsf = mt7915_offset_tsf,
/linux/include/net/
H A Dmac80211.h4163 * @offset_tsf: Offset the TSF timer by the specified value in the
4644 void (*offset_tsf)(struct ieee80211_hw *hw, struct ieee80211_vif *vif, member
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c9497 .offset_tsf = ath10k_offset_tsf,