Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/bfa/
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()
Dbfa_port.h31 time64_t stats_reset_time; member
Dbfa_svc.h500 time64_t stats_reset_time; /* stats reset time stamp */ member
Dbfa_svc.c3036 fcport->stats_reset_time = ktime_get_seconds(); in bfa_fcport_attach()
3285 time - fcport->stats_reset_time; in __bfa_cb_fcport_stats_get()
3349 fcport->stats_reset_time = ktime_get_seconds(); in __bfa_cb_fcport_stats_clr()
/linux-6.6.21/drivers/scsi/fnic/
Dfnic_main.c226 (jiffies - fnic->stats_reset_time) / HZ; in fnic_get_stats()
329 fnic->stats_reset_time = jiffies; in fnic_reset_host_stats()
874 fnic->stats_reset_time = jiffies; in fnic_probe()
Dfnic.h227 unsigned long stats_reset_time; /* time of stats reset */ member
/linux-6.6.21/drivers/scsi/snic/
Dsnic.h273 unsigned long stats_reset_time; member