Searched refs:time_stamp (Results 1 - 25 of 61) sorted by relevance

123

/drivers/net/wireless/ti/wl1251/
H A Dwl12xx_80211.h109 __le32 time_stamp[2]; member in struct:wl12xx_beacon_template
145 __le32 time_stamp[2]; member in struct:wl12xx_probe_resp_template
/drivers/cpufreq/
H A Dcpufreq_governor.c217 s64 delta_us = ktime_us_delta(time_now, cdbs->time_stamp);
223 cdbs->time_stamp = time_now;
409 cpu_cdbs->time_stamp = ktime_get();
H A Dcpufreq_governor.h152 ktime_t time_stamp; member in struct:cpu_dbs_common_info
/drivers/scsi/fnic/
H A Dfnic_trace.h75 struct timespec time_stamp; member in struct:fc_trace_hdr
H A Dfnic_trace.c615 fc_buf->time_stamp = CURRENT_TIME;
742 time_to_tm(tdata->time_stamp.tv_sec, 0, &tm);
750 tdata->time_stamp.tv_nsec, tdata->host_no,
/drivers/isdn/sc/
H A Dmessage.c66 rspmsg->time_stamp,
158 sndmsg.time_stamp,
H A Dmessage.h209 unsigned char time_stamp; member in struct:message
/drivers/staging/vt6656/
H A Drxtx.h226 __le16 time_stamp; member in struct:vnt_tx_fifo_head
241 u16 time_stamp; member in struct:vnt_tx_short_buf_head
H A Dcard.c529 * time_stamp - Rx BCN's TSF
538 u64 time_stamp, u64 local_tsf)
543 tsf_offset = vnt_get_tsf_offset(rx_rate, time_stamp, local_tsf);
537 vnt_adjust_tsf(struct vnt_private *priv, u8 rx_rate, u64 time_stamp, u64 local_tsf) argument
/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h129 unsigned long time_stamp; member in struct:igbvf_buffer::__anon3274::__anon3275
H A Dnetdev.c424 buffer_info->time_stamp = 0;
1974 buffer_info->time_stamp = jiffies;
2033 buffer_info->time_stamp = jiffies;
2086 /* set time_stamp *before* dma to help avoid a possible race */
2087 buffer_info->time_stamp = jiffies;
2109 buffer_info->time_stamp = jiffies;
2126 buffer_info->time_stamp = 0;
2273 tx_ring->buffer_info[first].time_stamp = 0;
/drivers/net/ethernet/intel/ixgb/
H A Dixgb.h103 unsigned long time_stamp; member in struct:ixgb_buffer
H A Dixgb_main.c942 buffer_info->time_stamp = 0;
1346 buffer_info->time_stamp = jiffies;
1387 buffer_info->time_stamp = jiffies;
1562 adapter->tx_ring.buffer_info[first].time_stamp = 0;
1895 * check with the clearing of time_stamp and movement of i */
1897 if (tx_ring->buffer_info[eop].time_stamp &&
1898 time_after(jiffies, tx_ring->buffer_info[eop].time_stamp + HZ)
1909 " time_stamp <%lx>\n"
1917 tx_ring->buffer_info[eop].time_stamp,
/drivers/staging/vt6655/
H A Drxtx.h178 u16 time_stamp; member in struct:vnt_tx_short_buf_head
/drivers/net/wireless/ipw2x00/
H A Dlibipw_rx.c1409 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]);
1410 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]);
1499 dst->time_stamp[0] = src->time_stamp[0];
1500 dst->time_stamp[1] = src->time_stamp[1];
H A Dlibipw.h402 u32 time_stamp[2];
454 __le32 time_stamp[2]; member in struct:libipw_probe_response
638 u32 time_stamp[2]; member in struct:libipw_network
/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.h143 unsigned long time_stamp; member in struct:i40e_tx_buffer
/drivers/net/ethernet/intel/i40evf/
H A Di40e_txrx.h142 unsigned long time_stamp; member in struct:i40e_tx_buffer
/drivers/net/wireless/iwlwifi/dvm/
H A Drs.h324 unsigned long time_stamp; /* age of the oldest statistics */ member in struct:iwl_traffic_load
/drivers/staging/rtl8192e/
H A Drtllib_rx.c2271 network->time_stamp[0] = beacon->time_stamp[0];
2272 network->time_stamp[1] = beacon->time_stamp[1];
2403 dst->time_stamp[0] = src->time_stamp[0];
2404 dst->time_stamp[1] = src->time_stamp[1];
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c2194 network->time_stamp[0] = le32_to_cpu(beacon->time_stamp[0]);
2195 network->time_stamp[1] = le32_to_cpu(beacon->time_stamp[1]);
2309 dst->time_stamp[0] = src->time_stamp[0];
2310 dst->time_stamp[1] = src->time_stamp[1];
/drivers/net/ethernet/intel/e1000/
H A De1000.h154 unsigned long time_stamp; member in struct:e1000_tx_buffer
H A De1000_main.c1971 buffer_info->time_stamp = 0;
2761 buffer_info->time_stamp = jiffies;
2816 buffer_info->time_stamp = jiffies;
2880 /* set time_stamp *before* dma to help avoid a possible race */
2881 buffer_info->time_stamp = jiffies;
2934 buffer_info->time_stamp = jiffies;
3272 tx_ring->buffer_info[first].time_stamp = 0;
3419 (u64)buffer_info->time_stamp, buffer_info->skb, type);
3897 * check with the clearing of time_stamp and movement of i
3900 if (tx_ring->buffer_info[eop].time_stamp
[all...]
/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h50 unsigned long time_stamp; member in struct:ixgbevf_tx_buffer
/drivers/net/ethernet/stmicro/stmmac/
H A Dcommon.h255 unsigned int time_stamp; member in struct:dma_features

Completed in 1544 milliseconds

123