Home
last modified time | relevance | path

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

/drivers/staging/wlan-ng/
Dp80211conv.h70 u64 hosttime; /* Best-rez host supplied time value */ member
112 __be64 hosttime; member
Dp80211conv.c625 rxmeta->hosttime = jiffies; in p80211skb_rxmeta_attach()
Dhfa384x_usb.c3390 caphdr->hosttime = __cpu_to_be64(jiffies); in hfa384x_int_rxmonitor()
/drivers/hv/
Dhv_util.c360 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/
Dhostap_wlan.h43 struct linux_wlan_ng_val hosttime, mactime, channel, rssi, sq, signal, member
51 __be64 hosttime; member
Dhostap_80211_rx.c143 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/
Dtx.c256 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/
Dstex.c221 __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()