Lines Matching refs:tv
310 struct timeval tv; in bfa_get_log_time() local
311 do_gettimeofday(&tv); in bfa_get_log_time()
314 system_time = tv.tv_sec; in bfa_get_log_time()
338 pl_recp->tv = bfa_get_log_time(); in bfa_plog_add()
3095 struct timeval tv; in bfa_fcport_attach() local
3108 do_gettimeofday(&tv); in bfa_fcport_attach()
3109 fcport->stats_reset_time = tv.tv_sec; in bfa_fcport_attach()
3361 struct timeval tv; in __bfa_cb_fcport_stats_get() local
3363 do_gettimeofday(&tv); in __bfa_cb_fcport_stats_get()
3378 tv.tv_sec - fcport->stats_reset_time; in __bfa_cb_fcport_stats_get()
3439 struct timeval tv; in __bfa_cb_fcport_stats_clr() local
3444 do_gettimeofday(&tv); in __bfa_cb_fcport_stats_clr()
3445 fcport->stats_reset_time = tv.tv_sec; in __bfa_cb_fcport_stats_clr()