Home
last modified time | relevance | path

Searched refs:di_stats (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_state.h98 hci1394_state_s::drvinfo.di_stats.st_bus_reset_count \
99 hci1394_state_s::drvinfo.di_stats.st_selfid_count))
H A Dhci1394_drvinfo.h87 hci1394_stats_t di_stats; member
/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_attach.c307 soft_state->drvinfo.di_stats.st_bus_reset_count = 0; in hci1394_soft_state_phase1_init()
308 soft_state->drvinfo.di_stats.st_selfid_count = 0; in hci1394_soft_state_phase1_init()
309 soft_state->drvinfo.di_stats.st_phy_isr = 0; in hci1394_soft_state_phase1_init()
310 soft_state->drvinfo.di_stats.st_phy_loop_err = 0; in hci1394_soft_state_phase1_init()
311 soft_state->drvinfo.di_stats.st_phy_pwrfail_err = 0; in hci1394_soft_state_phase1_init()
312 soft_state->drvinfo.di_stats.st_phy_timeout_err = 0; in hci1394_soft_state_phase1_init()
313 soft_state->drvinfo.di_stats.st_phy_portevt_err = 0; in hci1394_soft_state_phase1_init()
H A Dhci1394_isr.c378 soft_state->drvinfo.di_stats.st_bus_reset_count++; in hci1394_isr_bus_reset()
426 soft_state->drvinfo.di_stats.st_selfid_count++; in hci1394_isr_self_id()
H A Dhci1394_ohci.c2507 ohci_hdl->ohci_drvinfo->di_stats.st_phy_isr++; in hci1394_ohci_isr_phy()
2532 ohci_hdl->ohci_drvinfo->di_stats.st_phy_loop_err++; in hci1394_ohci_isr_phy()
2538 ohci_hdl->ohci_drvinfo->di_stats.st_phy_pwrfail_err++; in hci1394_ohci_isr_phy()
2542 ohci_hdl->ohci_drvinfo->di_stats.st_phy_timeout_err++; in hci1394_ohci_isr_phy()
2546 ohci_hdl->ohci_drvinfo->di_stats.st_phy_portevt_err++; in hci1394_ohci_isr_phy()
H A Dhci1394_ioctl.c333 selfid_cnt.count = soft_state->drvinfo.di_stats.st_selfid_count; in hci1394_ioctl_selfid_cnt()