Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_smhba.c363 kstat_named_init(&ps->loss_of_dword_sync_count, in mptsas_create_phy_stats()
410 ps->loss_of_dword_sync_count.value.ull = in mptsas_update_phy_stats()
411 (unsigned long long)pptr->loss_of_dword_sync_count; in mptsas_update_phy_stats()
H A Dmptsas_impl.c2600 uint32_t *loss_of_dword_sync_count; in mptsas_sasphypage_1_cb() local
2630 loss_of_dword_sync_count = va_arg(ap, uint32_t *); in mptsas_sasphypage_1_cb()
2639 *loss_of_dword_sync_count = in mptsas_sasphypage_1_cb()
2669 &info->loss_of_dword_sync_count, in mptsas_get_sas_phy_page1()
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dscsi_sas.h133 kstat_named_t loss_of_dword_sync_count; member
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h656 uint32_t loss_of_dword_sync_count; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c3090 kstat_named_init(&ps->loss_of_dword_sync_count, in pmcs_create_one_phy_stats()
3153 ps->loss_of_dword_sync_count.value.ull = (unsigned long long)val; in pmcs_update_phy_stats()