Searched refs:hosttime (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/wlan-ng/ |
D | p80211conv.h | 70 u64 hosttime; /* Best-rez host supplied time value */ member 112 __be64 hosttime; member
|
D | p80211conv.c | 625 rxmeta->hosttime = jiffies; in p80211skb_rxmeta_attach()
|
D | hfa384x_usb.c | 3390 caphdr->hosttime = __cpu_to_be64(jiffies); in hfa384x_int_rxmonitor()
|
/drivers/hv/ |
D | hv_util.c | 360 static inline void adj_guesttime(u64 hosttime, u64 reftime, u8 adj_flags) in adj_guesttime() argument 372 host_ts.host_time = hosttime; in adj_guesttime()
|
/drivers/net/wireless/intersil/hostap/ |
D | hostap_wlan.h | 43 struct linux_wlan_ng_val hosttime, mactime, channel, rssi, sq, signal, member 51 __be64 hosttime; member
|
D | hostap_80211_rx.c | 143 LWNG_SETVAL(hosttime, 1, 0, 4, jiffies); in prism2_rx_80211() 161 hdr->hosttime = __cpu_to_be64(jiffies); in prism2_rx_80211()
|
/drivers/net/wireless/ti/wlcore/ |
D | tx.c | 256 s64 hosttime; in wl1271_tx_fill_hdr() local 276 hosttime = (ktime_get_boottime_ns() >> 10); in wl1271_tx_fill_hdr() 277 desc->start_time = cpu_to_le32(hosttime - wl->time_offset); in wl1271_tx_fill_hdr()
|
/drivers/scsi/ |
D | stex.c | 221 __le64 hosttime; /* seconds from Jan 1, 1970 (GMT) */ member 1067 h->hosttime = cpu_to_le64(ktime_get_real_seconds()); in stex_common_handshake() 1158 h->hosttime = cpu_to_le64(ktime_get_real_seconds()); in stex_ss_handshake()
|