Lines Matching refs:pstats
18463 sata_port_stats_t *pstats; in sata_hba_event_notify() local
18605 pstats = in sata_hba_event_notify()
18615 pstats = in sata_hba_event_notify()
18636 if (pstats->link_lost < 0xffffffffffffffffULL) in sata_hba_event_notify()
18637 pstats->link_lost++; in sata_hba_event_notify()
18638 if (pstats->link_established < in sata_hba_event_notify()
18640 pstats->link_established++; in sata_hba_event_notify()
18646 if (pstats->link_lost < 0xffffffffffffffffULL) in sata_hba_event_notify()
18647 pstats->link_lost++; in sata_hba_event_notify()
18651 if (pstats->link_established < in sata_hba_event_notify()
18653 pstats->link_established++; in sata_hba_event_notify()
18659 if (pstats->device_attached < 0xffffffffffffffffULL) in sata_hba_event_notify()
18660 pstats->device_attached++; in sata_hba_event_notify()
18665 if (pstats->device_detached < 0xffffffffffffffffULL) in sata_hba_event_notify()
18666 pstats->device_detached++; in sata_hba_event_notify()
18671 if (pstats->port_pwr_changed < 0xffffffffffffffffULL) in sata_hba_event_notify()
18672 pstats->port_pwr_changed++; in sata_hba_event_notify()