Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_port.c103 port->stats->fc.secs_reset = ktime_get_seconds() - port->stats_reset_time; in bfa_port_get_stats_isr()
130 port->stats_reset_time = ktime_get_seconds(); in bfa_port_clear_stats_isr()
489 port->stats_reset_time = ktime_get_seconds(); in bfa_port_attach()
Dbfa_port.h39 time64_t stats_reset_time; member
Dbfa_svc.h508 time64_t stats_reset_time; /* stats reset time stamp */ member
Dbfa_svc.c3050 fcport->stats_reset_time = ktime_get_seconds(); in bfa_fcport_attach()
3299 time - fcport->stats_reset_time; in __bfa_cb_fcport_stats_get()
3363 fcport->stats_reset_time = ktime_get_seconds(); in __bfa_cb_fcport_stats_clr()
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_main.c230 (jiffies - fnic->stats_reset_time) / HZ; in fnic_get_stats()
333 fnic->stats_reset_time = jiffies; in fnic_reset_host_stats()
862 fnic->stats_reset_time = jiffies; in fnic_probe()
Dfnic.h224 unsigned long stats_reset_time; /* time of stats reset */ member
/Linux-v4.19/drivers/scsi/snic/
Dsnic.h287 unsigned long stats_reset_time; member