Home
last modified time | relevance | path

Searched refs:stats_reset_time (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/bfa/
H A Dbfa_port.c95 port->stats->fc.secs_reset = ktime_get_seconds() - port->stats_reset_time; in bfa_port_get_stats_isr()
122 port->stats_reset_time = ktime_get_seconds(); in bfa_port_clear_stats_isr()
481 port->stats_reset_time = ktime_get_seconds(); in bfa_port_attach()
H A Dbfa_port.h31 time64_t stats_reset_time; member
/linux/drivers/scsi/snic/
H A Dsnic.h273 unsigned long stats_reset_time; member
/linux/drivers/scsi/fnic/
H A Dfnic_main.c276 (jiffies - fnic->stats_reset_time) / HZ; in fnic_get_stats()
377 fnic->stats_reset_time = jiffies; in fnic_reset_host_stats()
1014 fnic->stats_reset_time = jiffies; in fnic_probe()
H A Dfnic.h373 unsigned long stats_reset_time; /* time of stats reset */ member