Home
last modified time | relevance | path

Searched refs:device_timestamp (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/net/mac80211/
H A Dtrace.h1201 __field(u32, device_timestamp)
1211 __entry->device_timestamp = ch_switch->device_timestamp;
2113 __field(u32, device_timestamp)
2123 __entry->device_timestamp = ch_switch->device_timestamp;
2160 __field(u32, device_timestamp)
2170 __entry->device_timestamp = ch_switch->device_timestamp;
H A Dscan.c86 bss->device_ts_beacon = rx_status->device_timestamp; in ieee80211_inform_bss()
88 bss->device_ts_presp = rx_status->device_timestamp; in ieee80211_inform_bss()
H A Dmlme.c1839 u64 timestamp, u32 device_timestamp, in ieee80211_sta_process_chanswitch() argument
1870 ch_switch.device_timestamp = device_timestamp; in ieee80211_sta_process_chanswitch()
5987 rx_status->device_timestamp; in ieee80211_rx_mgmt_beacon()
6117 rx_status->device_timestamp; in ieee80211_rx_mgmt_beacon()
6130 rx_status->device_timestamp, in ieee80211_rx_mgmt_beacon()
6329 rx_status->device_timestamp, in ieee80211_sta_rx_queued_mgmt()
6357 rx_status->device_timestamp, in ieee80211_sta_rx_queued_mgmt()
H A Dtdls.c1802 params.timestamp = rx_status->device_timestamp; in ieee80211_process_tdls_channel_switch_resp()
1900 params.timestamp = rx_status->device_timestamp; in ieee80211_process_tdls_channel_switch_req()
H A Drx.c578 put_unaligned_le64(status->device_timestamp, pos); in ieee80211_add_rx_radiotap_header()
H A Dcfg.c3938 ch_switch.device_timestamp = 0; in __ieee80211_channel_switch()
/openbmc/linux/drivers/net/can/usb/etas_es58x/
H A Des58x_core.c202 u64 device_timestamp = es58x_timestamp_to_ns(timestamp); in es58x_rx_timestamp() local
208 (es58x_dev->ktime_req_ns + ktime_real_ns) / 2 - device_timestamp; in es58x_rx_timestamp()
213 __func__, device_timestamp, es58x_dev->realtime_diff_ns); in es58x_rx_timestamp()
/openbmc/linux/include/net/
H A Dmac80211.h1559 u32 device_timestamp; member
1741 u32 device_timestamp; member
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c347 rx_status->device_timestamp = le32_to_cpu(phy_info->system_timestamp); in iwl_mvm_rx_rx_mpdu()
H A Drxmq.c1048 rx_status->device_timestamp, queue); in iwl_mvm_reorder()
2247 rx_status->device_timestamp = phy_data->gp2_on_air_rise; in iwl_mvm_rx_fill_status()
H A Dmac-ctxt.c1690 rx_status.device_timestamp = le32_to_cpu(sb->system_time); in iwl_mvm_rx_stored_beacon_notif()
H A Dmac80211.c5388 apply_time = chsw->device_timestamp + in iwl_mvm_old_pre_chan_sw_sta()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c1091 status->device_timestamp = mstat.timestamp; in mt76_rx_convert()