/drivers/char/ |
D | bfin-otp.c | 25 #define stamp(fmt, args...) pr_debug("%s:%i: " fmt "\n", __func__, __LINE__, ## args) macro 26 #define stampit() stamp("here i am") 57 stamp("processing page %i (0x%x:%s)", page, flags, in bfin_otp_read() 61 stamp("error from otp: 0x%x", ret); in bfin_otp_read() 149 stamp("processing page %i (0x%x:%s) from %p", page, flags, in bfin_otp_write() 157 stamp("error from otp: 0x%x", ret); in bfin_otp_write() 192 stamp("locking page %lu resulted in 0x%x", arg, otp_result); in bfin_otp_ioctl()
|
/drivers/watchdog/ |
D | bfin_wdt.c | 30 #define stamp(fmt, args...) \ macro 32 #define stampit() stamp("here i am") 121 stamp("maxtimeout=%us newtimeout=%lus (cnt=%#x)", max_t, t, cnt); in bfin_wdt_set_timeout()
|
/drivers/usb/mon/ |
D | mon_text.c | 182 unsigned int stamp; in mon_get_timestamp() local 185 stamp = tval.tv_sec & 0xFFF; /* 2^32 = 4294967296. Limit to 4096s. */ in mon_get_timestamp() 186 stamp = stamp * 1000000 + tval.tv_usec; in mon_get_timestamp() 187 return stamp; in mon_get_timestamp() 194 unsigned int stamp; in mon_text_event() local 199 stamp = mon_get_timestamp(); in mon_text_event() 214 ep->tstamp = stamp; in mon_text_event()
|
/drivers/net/can/softing/ |
D | softing_fw.c | 34 unsigned long stamp; in _softing_fct_cmd() local 41 stamp = jiffies + 1 * HZ; in _softing_fct_cmd() 53 if ((ret != vector) || time_after(jiffies, stamp)) in _softing_fct_cmd() 80 unsigned long stamp; in softing_bootloader_command() local 86 stamp = jiffies + 3 * HZ; in softing_bootloader_command() 94 if (time_after(jiffies, stamp)) in softing_bootloader_command()
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ptp.c | 197 u64 stamp = 0; in ixgbe_ptp_read() local 199 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIML); in ixgbe_ptp_read() 200 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_read() 202 return stamp; in ixgbe_ptp_read()
|
/drivers/usb/host/ |
D | oxu210hp.h | 305 unsigned stamp; member 420 unsigned stamp; member
|
D | oxu210hp-hcd.c | 1762 if (!++(oxu->stamp)) in scan_async() 1763 oxu->stamp++; in scan_async() 1771 && qh->stamp != oxu->stamp) { in scan_async() 1780 qh->stamp = oxu->stamp; in scan_async() 1794 if (qh->stamp == oxu->stamp) in scan_async()
|
/drivers/media/pci/saa7164/ |
D | saa7164-cmd.c | 266 unsigned long stamp; in saa7164_cmd_wait() local 284 stamp = jiffies; in saa7164_cmd_wait() 298 r = time_before(jiffies, stamp + (HZ * waitsecs)); in saa7164_cmd_wait()
|
/drivers/net/wireless/iwlwifi/dvm/ |
D | rx.c | 307 unsigned long stamp) in iwlagn_recover_from_statistics() argument 314 msecs = jiffies_to_msecs(stamp - priv->rx_statistics_jiffies); in iwlagn_recover_from_statistics() 441 unsigned long stamp = jiffies; in iwlagn_rx_statistics() local 504 iwlagn_recover_from_statistics(priv, rx_ofdm, rx_ofdm_ht, tx, stamp); in iwlagn_rx_statistics() 519 priv->rx_statistics_jiffies = stamp; in iwlagn_rx_statistics()
|
D | rs.h | 301 unsigned long stamp; member
|
D | rs.c | 251 window->stamp = 0; in rs_rate_scale_clear_window() 536 window->stamp = jiffies; in rs_collect_tx_data()
|
/drivers/net/irda/ |
D | irda-usb.h | 160 ktime_t stamp; member
|
D | ali-ircc.h | 212 ktime_t stamp; member
|
D | nsc-ircc.h | 266 ktime_t stamp; member
|
D | irda-usb.c | 498 diff = ktime_us_delta(ktime_get(), self->stamp); in irda_usb_hard_xmit() 868 self->stamp = ktime_get(); in irda_usb_receive()
|
D | ali-ircc.c | 1459 diff = ktime_us_delta(ktime_get(), self->stamp); in ali_ircc_fir_hard_xmit() 1876 self->stamp = ktime_get(); in ali_ircc_dma_receive_complete()
|
D | nsc-ircc.c | 1504 diff = ktime_us_delta(ktime_get(), self->stamp); in nsc_ircc_hard_xmit_fir() 1867 self->stamp = ktime_get(); in nsc_ircc_dma_receive_complete()
|
/drivers/net/wireless/iwlegacy/ |
D | 3945-rs.c | 139 win->stamp = 0; in il3945_clear_win() 167 if (time_after(jiffies, rs_sta->win[i].stamp + RATE_WIN_FLUSH)) { in il3945_rate_scale_flush_wins() 325 win->stamp = jiffies; in il3945_collect_tx_data()
|
D | 3945.h | 73 unsigned long stamp; member
|
D | 4965-rs.c | 236 win->stamp = 0; in il4965_rs_rate_scale_clear_win() 488 win->stamp = jiffies; in il4965_rs_collect_tx_data()
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | en_tx.c | 245 __be32 stamp = cpu_to_be32(STAMP_VAL | (!!owner << STAMP_SHIFT)); in mlx4_en_stamp_wqe() local 257 *ptr = stamp; in mlx4_en_stamp_wqe() 264 *ptr = stamp; in mlx4_en_stamp_wqe() 268 stamp ^= cpu_to_be32(0x80000000); in mlx4_en_stamp_wqe()
|
D | en_rx.c | 445 __be32 stamp = cpu_to_be32(1 << STAMP_SHIFT); in mlx4_en_activate_rx_rings() local 446 *ptr = stamp; in mlx4_en_activate_rx_rings()
|
/drivers/md/ |
D | dm-stats.c | 37 unsigned long long stamp; member 500 difference = now - shared->stamp; in dm_stat_round() 514 shared->stamp = now; in dm_stat_round()
|
/drivers/net/ethernet/ti/ |
D | Kconfig | 83 the CPSW Ethernet Switch. The unit can time stamp PTP UDP/IPv4
|
/drivers/infiniband/hw/mlx4/ |
D | qp.c | 215 __be32 stamp; in stamp_send_wqe() local 222 stamp = ind & qp->sq.wqe_cnt ? cpu_to_be32(0x7fffffff) : in stamp_send_wqe() 226 *wqe = stamp; in stamp_send_wqe() 2775 int uninitialized_var(stamp); in mlx4_ib_post_send() 3035 stamp = ind + qp->sq_spare_wqes; in mlx4_ib_post_send() 3048 stamp_send_wqe(qp, stamp, size * 16); in mlx4_ib_post_send() 3072 stamp_send_wqe(qp, stamp, size * 16); in mlx4_ib_post_send()
|