Home
last modified time | relevance | path

Searched refs:fcip_kstatp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c2022 if (fptr->fcip_kstatp == NULL) { in fcip_kstat_init()
2027 fcipstatp = (struct fcipstat *)fptr->fcip_kstatp->ks_data; in fcip_kstat_init()
2101 fptr->fcip_kstatp->ks_update = fcip_stat_update; in fcip_kstat_init()
2102 fptr->fcip_kstatp->ks_private = (void *) fptr; in fcip_kstat_init()
2103 kstat_install(fptr->fcip_kstatp); in fcip_kstat_init()
4662 if (fptr->fcip_kstatp) { in fcip_init_port()
4663 kstat_delete(fptr->fcip_kstatp); in fcip_init_port()
4664 fptr->fcip_kstatp = NULL; in fcip_init_port()
4834 if (fptr->fcip_kstatp) { in fcip_softstate_free()
4835 kstat_delete(fptr->fcip_kstatp); in fcip_softstate_free()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h229 kstat_t *fcip_kstatp; /* kstat pointer */ member