Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_smhba.c322 if (phyp->phy_stats != NULL) { in mptsas_create_phy_stats()
335 phyp->phy_stats = kstat_create("mptsas", in mptsas_create_phy_stats()
339 if (phyp->phy_stats == NULL) { in mptsas_create_phy_stats()
347 ps = (sas_phy_stats_t *)phyp->phy_stats->ks_data; in mptsas_create_phy_stats()
368 phyp->phy_stats->ks_private = phyp; in mptsas_create_phy_stats()
369 phyp->phy_stats->ks_update = mptsas_update_phy_stats; in mptsas_create_phy_stats()
370 kstat_install(phyp->phy_stats); in mptsas_create_phy_stats()
438 if (phyp->phy_stats != NULL) { in mptsas_destroy_phy_stats()
439 kstat_delete(phyp->phy_stats); in mptsas_destroy_phy_stats()
440 phyp->phy_stats = NULL; in mptsas_destroy_phy_stats()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c3047 if (phyp->phy_stats != NULL) { in pmcs_create_one_phy_stats()
3053 kstat_delete(phyp->phy_stats); in pmcs_create_one_phy_stats()
3063 phyp->phy_stats = kstat_create("pmcs", in pmcs_create_one_phy_stats()
3067 if (phyp->phy_stats == NULL) { in pmcs_create_one_phy_stats()
3074 ps = (sas_phy_stats_t *)phyp->phy_stats->ks_data; in pmcs_create_one_phy_stats()
3095 phyp->phy_stats->ks_private = phyp; in pmcs_create_one_phy_stats()
3096 phyp->phy_stats->ks_update = pmcs_update_phy_stats; in pmcs_create_one_phy_stats()
3097 kstat_install(phyp->phy_stats); in pmcs_create_one_phy_stats()
H A Dpmcs_subr.c7933 if (pptr->phy_stats != NULL) { in pmcs_remove_phy_from_iport()
7934 kstat_delete(pptr->phy_stats); in pmcs_remove_phy_from_iport()
7935 pptr->phy_stats = NULL; in pmcs_remove_phy_from_iport()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h130 kstat_t *phy_stats; /* kstats for this phy */ member
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h653 kstat_t *phy_stats; member