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.c321 if (phyp->phy_stats != NULL) {
334 phyp->phy_stats = kstat_create("mptsas",
338 if (phyp->phy_stats == NULL) {
346 ps = (sas_phy_stats_t *)phyp->phy_stats->ks_data;
367 phyp->phy_stats->ks_private = phyp;
368 phyp->phy_stats->ks_update = mptsas_update_phy_stats;
369 kstat_install(phyp->phy_stats);
437 if (phyp->phy_stats != NULL) {
438 kstat_delete(phyp->phy_stats);
439 phyp->phy_stats
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c3047 if (phyp->phy_stats != NULL) {
3053 kstat_delete(phyp->phy_stats);
3063 phyp->phy_stats = kstat_create("pmcs",
3067 if (phyp->phy_stats == NULL) {
3074 ps = (sas_phy_stats_t *)phyp->phy_stats->ks_data;
3095 phyp->phy_stats->ks_private = phyp;
3096 phyp->phy_stats->ks_update = pmcs_update_phy_stats;
3097 kstat_install(phyp->phy_stats);
H A Dpmcs_subr.c7929 if (pptr->phy_stats != NULL) {
7930 kstat_delete(pptr->phy_stats);
7931 pptr->phy_stats = NULL;
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h130 kstat_t *phy_stats; /* kstats for this phy */ member in struct:pmcs_phy
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h643 kstat_t *phy_stats; member in struct:smhba_info

Completed in 83 milliseconds