Home
last modified time | relevance | path

Searched refs:poll_host_ts (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Ddevice.c128 getnstimeofday(&le.poll_host_ts); in c4iw_log_wr_stats()
167 prev_ts = lep->poll_host_ts; in wr_log_show()
175 timespec_sub(lep->poll_host_ts, in wr_log_show()
177 timespec_sub(lep->poll_host_ts, in wr_log_show()
183 timespec_sub(lep->poll_host_ts, in wr_log_show()
185 timespec_sub(lep->poll_host_ts, in wr_log_show()
191 prev_ts = lep->poll_host_ts; in wr_log_show()
Diw_cxgb4.h156 struct timespec poll_host_ts; member