Home
last modified time | relevance | path

Searched refs:time_stamp (Results 1 – 64 of 64) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dcoreconfigurator.c126 u32 time_stamp = 0; in get_beacon_timestamp_lo() local
129 time_stamp |= data[index++]; in get_beacon_timestamp_lo()
130 time_stamp |= (data[index++] << 8); in get_beacon_timestamp_lo()
131 time_stamp |= (data[index++] << 16); in get_beacon_timestamp_lo()
132 time_stamp |= (data[index] << 24); in get_beacon_timestamp_lo()
134 return time_stamp; in get_beacon_timestamp_lo()
139 u32 time_stamp = 0; in get_beacon_timestamp_hi() local
142 time_stamp |= data[index++]; in get_beacon_timestamp_hi()
143 time_stamp |= (data[index++] << 8); in get_beacon_timestamp_hi()
144 time_stamp |= (data[index++] << 16); in get_beacon_timestamp_hi()
[all …]
/linux-4.4.14/scripts/gdb/linux/
Ddmesg.py54 time_stamp = utils.read_u64(log_buf[pos:pos + 8])
58 time=time_stamp / 1000000000.0,
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dwl12xx_80211.h109 __le32 time_stamp[2]; member
145 __le32 time_stamp[2]; member
/linux-4.4.14/drivers/staging/vt6655/
Drxtx.h181 __le16 time_stamp; member
188 u16 time_stamp; member
Drxtx.c1334 tx_buffer_head->time_stamp = in vnt_generate_fifo_header()
1337 tx_buffer_head->time_stamp = in vnt_generate_fifo_header()
/linux-4.4.14/drivers/isdn/sc/
Dmessage.c66 rspmsg->time_stamp, in receivemessage()
158 sndmsg.time_stamp, in sendmessage()
Dmessage.h209 unsigned char time_stamp; member
/linux-4.4.14/drivers/staging/vt6656/
Drxtx.h226 __le16 time_stamp; member
241 u16 time_stamp; member
Dcard.c537 u64 time_stamp, u64 local_tsf) in vnt_adjust_tsf() argument
542 tsf_offset = vnt_get_tsf_offset(rx_rate, time_stamp, local_tsf); in vnt_adjust_tsf()
Drxtx.c863 tx_buffer_head->time_stamp = in vnt_tx_packet()
866 tx_buffer_head->time_stamp = in vnt_tx_packet()
/linux-4.4.14/drivers/cpufreq/
Dcpufreq_governor.c208 s64 delta_us = ktime_us_delta(time_now, shared->time_stamp); in need_load_eval()
214 shared->time_stamp = time_now; in need_load_eval()
440 shared->time_stamp = ktime_get(); in cpufreq_governor_start()
Dcpufreq_governor.h140 ktime_t time_stamp; member
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c1398 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]); in libipw_network_init()
1399 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]); in libipw_network_init()
1485 dst->time_stamp[0] = src->time_stamp[0]; in update_network()
1486 dst->time_stamp[1] = src->time_stamp[1]; in update_network()
Dlibipw.h454 __le32 time_stamp[2]; member
638 u32 time_stamp[2]; member
Dipw2200.c3186 priv->dino_alive.time_stamp[0], in ipw_load_ucode()
3187 priv->dino_alive.time_stamp[1], in ipw_load_ucode()
3188 priv->dino_alive.time_stamp[2], in ipw_load_ucode()
3189 priv->dino_alive.time_stamp[3], in ipw_load_ucode()
3190 priv->dino_alive.time_stamp[4]); in ipw_load_ucode()
5548 if (network->time_stamp[0] < match->network->time_stamp[0]) { in ipw_find_adhoc_network()
5552 } else if (network->time_stamp[1] < match->network->time_stamp[1]) { in ipw_find_adhoc_network()
5909 network->time_stamp[0] = 0; in ipw_adhoc_create()
5910 network->time_stamp[1] = 0; in ipw_adhoc_create()
7387 (network->time_stamp[0] == 0) && (network->time_stamp[1] == 0)) { in ipw_associate_network()
[all …]
Dipw2200.h744 u8 time_stamp[5]; /* month, day, year, hours, minutes */ member
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_trace.h75 struct timespec time_stamp; member
Dfnic_trace.c616 fc_buf->time_stamp = CURRENT_TIME; in fnic_fc_trace_set_data()
743 time_to_tm(tdata->time_stamp.tv_sec, 0, &tm); in copy_and_format_trace_data()
751 tdata->time_stamp.tv_nsec, tdata->host_no, in copy_and_format_trace_data()
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
Dixgb.h103 unsigned long time_stamp; member
Dixgb_main.c943 buffer_info->time_stamp = 0; in ixgb_unmap_and_free_tx_resource()
1347 buffer_info->time_stamp = jiffies; in ixgb_tx_map()
1388 buffer_info->time_stamp = jiffies; in ixgb_tx_map()
1563 adapter->tx_ring.buffer_info[first].time_stamp = 0; in ixgb_xmit_frame()
1898 if (tx_ring->buffer_info[eop].time_stamp && in ixgb_clean_tx_irq()
1899 time_after(jiffies, tx_ring->buffer_info[eop].time_stamp + HZ) in ixgb_clean_tx_irq()
1918 tx_ring->buffer_info[eop].time_stamp, in ixgb_clean_tx_irq()
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Digbvf.h126 unsigned long time_stamp; member
Dnetdev.c427 buffer_info->time_stamp = 0; in igbvf_put_txbuf()
1979 buffer_info->time_stamp = jiffies; in igbvf_tso()
2038 buffer_info->time_stamp = jiffies; in igbvf_tx_csum()
2096 buffer_info->time_stamp = jiffies; in igbvf_tx_map_adv()
2117 buffer_info->time_stamp = jiffies; in igbvf_tx_map_adv()
2134 buffer_info->time_stamp = 0; in igbvf_tx_map_adv()
2283 tx_ring->buffer_info[first].time_stamp = 0; in igbvf_xmit_frame_ring_adv()
/linux-4.4.14/kernel/trace/
Dring_buffer.c284 u64 time_stamp; /* page time stamp */ member
369 (unsigned int)sizeof(field.time_stamp), in ring_buffer_print_page_header()
1905 iter->read_stamp = iter->head_page->page->time_stamp; in rb_inc_iter()
2231 next_page->page->time_stamp = ts; in rb_move_tail()
2423 cpu_buffer->commit_page->page->time_stamp; in rb_set_commit_to_write()
2526 cpu_buffer->commit_page->page->time_stamp; in rb_update_write_stamp()
2733 tail_page->page->time_stamp = info->ts; in __rb_reserve_next()
3221 ret = bpage->page->time_stamp; in ring_buffer_oldest_event_ts()
3410 iter->read_stamp = iter->head_page->page->time_stamp; in rb_iter_reset()
3638 cpu_buffer->read_stamp = reader->page->time_stamp; in rb_get_reader_page()
[all …]
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c2174 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]); in ieee80211_network_init()
2175 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]); in ieee80211_network_init()
2289 dst->time_stamp[0] = src->time_stamp[0]; in update_network()
2290 dst->time_stamp[1] = src->time_stamp[1]; in update_network()
Dieee80211.h984 __le32 time_stamp[2]; member
1361 u32 time_stamp[2]; member
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_rx.c2342 network->time_stamp[0] = beacon->time_stamp[0]; in rtllib_network_init()
2343 network->time_stamp[1] = beacon->time_stamp[1]; in rtllib_network_init()
2466 dst->time_stamp[0] = src->time_stamp[0]; in update_network()
2467 dst->time_stamp[1] = src->time_stamp[1]; in update_network()
Drtllib.h882 u32 time_stamp[2]; member
1179 u32 time_stamp[2]; member
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000.h154 unsigned long time_stamp; member
De1000_main.c1976 buffer_info->time_stamp = 0; in e1000_unmap_and_free_tx_resource()
2761 buffer_info->time_stamp = jiffies; in e1000_tso()
2816 buffer_info->time_stamp = jiffies; in e1000_tx_csum()
2881 buffer_info->time_stamp = jiffies; in e1000_tx_map()
2934 buffer_info->time_stamp = jiffies; in e1000_tx_map()
3272 tx_ring->buffer_info[first].time_stamp = 0; in e1000_xmit_frame()
3419 (u64)buffer_info->time_stamp, buffer_info->skb, type); in e1000_dump()
3903 if (tx_ring->buffer_info[eop].time_stamp && in e1000_clean_tx_irq()
3904 time_after(jiffies, tx_ring->buffer_info[eop].time_stamp + in e1000_clean_tx_irq()
3925 tx_ring->buffer_info[eop].time_stamp, in e1000_clean_tx_irq()
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Drs.h324 unsigned long time_stamp; /* age of the oldest statistics */ member
Drs.c269 (tl->time_stamp < oldest_time)) { in rs_tl_rm_old_stats()
272 tl->time_stamp += TID_QUEUE_CELL_SPACING; in rs_tl_rm_old_stats()
309 tl->time_stamp = curr_time; in rs_tl_add_packet()
316 time_diff = TIME_WRAP_AROUND(tl->time_stamp, curr_time); in rs_tl_add_packet()
384 time_diff = TIME_WRAP_AROUND(tl->time_stamp, curr_time); in rs_tl_get_load()
/linux-4.4.14/arch/ia64/include/asm/
Dsal.h549 time_stamp : 1, member
555 u8 time_stamp[6]; member
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dcommon.h258 unsigned int time_stamp; member
Dstmmac_main.c439 if (!(priv->dma_cap.time_stamp || priv->adv_ts)) { in stmmac_hwtstamp_ioctl()
644 if (!(priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) in stmmac_init_ptp()
661 if (netif_msg_hw(priv) && priv->dma_cap.time_stamp) in stmmac_init_ptp()
1584 priv->dma_cap.time_stamp = in stmmac_get_hw_features()
2627 (priv->dma_cap.time_stamp) ? "Y" : "N"); in stmmac_sysfs_dma_cap_read()
Dstmmac_ethtool.c724 if ((priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) { in stmmac_get_ts_info()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h57 unsigned long time_stamp; member
Dixgbevf_main.c409 tx_ring->tx_buffer_info[i].time_stamp, jiffies); in ixgbevf_clean_tx_irq()
3542 first->time_stamp = jiffies; in ixgbevf_tx_map()
/linux-4.4.14/drivers/scsi/
Dmvumi.h153 u32 time_stamp; member
Dipr.h1161 __be64 time_stamp; member
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe.h477 unsigned long time_stamp; member
Dpch_gbe_main.c1229 buffer_info->time_stamp = 0; in pch_gbe_tx_queue()
1234 buffer_info->time_stamp = jiffies; in pch_gbe_tx_queue()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb.h192 unsigned long time_stamp; member
Digb_main.c411 (u64)buffer_info->time_stamp); in igb_dump()
460 (u64)buffer_info->time_stamp, in igb_dump()
4944 first->time_stamp = jiffies; in igb_tx_map()
6508 time_after(jiffies, tx_buffer->time_stamp + in igb_clean_tx_irq()
6530 tx_buffer->time_stamp, in igb_clean_tx_irq()
/linux-4.4.14/drivers/s390/block/
Ddasd_eckd.h218 unsigned char time_stamp:1; member
Ddasd_eckd.c335 pfxdata->validity.time_stamp = 1; /* 'Time Stamp Valid' */ in check_XRC_on_prefix()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
D4965-rs.c255 while (tl->queue_count && tl->time_stamp < oldest_time) { in il4965_rs_tl_rm_old_stats()
258 tl->time_stamp += TID_QUEUE_CELL_SPACING; in il4965_rs_tl_rm_old_stats()
295 tl->time_stamp = curr_time; in il4965_rs_tl_add_packet()
302 time_diff = TIME_WRAP_AROUND(tl->time_stamp, curr_time); in il4965_rs_tl_add_packet()
341 time_diff = TIME_WRAP_AROUND(tl->time_stamp, curr_time); in il4965_rs_tl_get_load()
Dcommon.h170 unsigned long time_stamp; member
2782 unsigned long time_stamp; /* age of the oldest stats */ member
Dcommon.c3315 txq->time_stamp = jiffies; in il_tx_cmd_complete()
4810 txq->time_stamp = now; in il_check_stuck_queue()
4815 txq->time_stamp + in il_check_stuck_queue()
4820 jiffies_to_msecs(now - txq->time_stamp)); in il_check_stuck_queue()
D3945.c346 txq->time_stamp = jiffies; in il3945_hdl_tx()
D4965-mac.c2801 txq->time_stamp = jiffies; in il4965_hdl_tx()
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
De1000.h155 unsigned long time_stamp; member
Dnetdev.c268 (unsigned long long)buffer_info->time_stamp); in e1000e_dump()
327 (unsigned long long)buffer_info->time_stamp, in e1000e_dump()
1090 buffer_info->time_stamp = 0; in e1000_put_txbuf()
1159 tx_ring->next_to_clean, tx_ring->buffer_info[eop].time_stamp, in e1000_print_hw_hang()
1288 if (tx_ring->buffer_info[i].time_stamp && in e1000_clean_tx_irq()
1289 time_after(jiffies, tx_ring->buffer_info[i].time_stamp in e1000_clean_tx_irq()
5395 buffer_info->time_stamp = jiffies; in e1000_tso()
5449 buffer_info->time_stamp = jiffies; in e1000_tx_csum()
5478 buffer_info->time_stamp = jiffies; in e1000_tx_map()
5514 buffer_info->time_stamp = jiffies; in e1000_tx_map()
[all …]
/linux-4.4.14/drivers/staging/rtl8712/
Dieee80211.h595 u32 time_stamp[2]; member
/linux-4.4.14/drivers/staging/slicoss/
Dslichw.h243 u32 time_stamp; member
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h185 unsigned long time_stamp; member
Dixgbe_main.c617 (u64)tx_buffer->time_stamp); in ixgbe_dump()
683 (u64)tx_buffer->time_stamp, in ixgbe_dump()
1205 tx_ring->tx_buffer_info[i].time_stamp, jiffies); in ixgbe_clean_tx_irq()
7280 first->time_stamp = jiffies; in ixgbe_tx_map()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhtt.h777 u32 time_stamp; member
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211.h749 u32 time_stamp[2]; member
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc.h137 unsigned long time_stamp; member
Dlpfc_sli.c14747 vport->rcv_buffer_time_stamp = dmabuf->time_stamp; in lpfc_update_rcv_time_stamp()
14808 dmabuf->time_stamp); in lpfc_rcv_seq_check_edtov()
14847 dmabuf->time_stamp = jiffies; in lpfc_fc_frame_add()
14880 seq_dmabuf->time_stamp = jiffies; in lpfc_fc_frame_add()
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas.h1568 __le32 time_stamp; member
Dmegaraid_sas_base.c323 format_timestamp(le32_to_cpu(evt_detail->time_stamp)), in megasas_decode_evt()
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dfw.h1106 u8 time_stamp[8]; member
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h956 u32 time_stamp[2]; member