Searched refs:fcp_softstate (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c963 static void *fcp_softstate = NULL; /* for soft state */ variable
1138 if (ddi_soft_state_init(&fcp_softstate,
1150 ddi_soft_state_fini(&fcp_softstate);
1161 ddi_soft_state_fini(&fcp_softstate);
1188 ddi_soft_state_fini(&fcp_softstate);
3611 ASSERT(ddi_get_soft_state(fcp_softstate,
3663 pptr = ddi_get_soft_state(fcp_softstate, instance);
9785 if (ddi_soft_state_zalloc(fcp_softstate, instance) != DDI_SUCCESS) {
9792 if ((pptr = ddi_get_soft_state(fcp_softstate, instance)) == NULL) {
9794 ddi_soft_state_free(fcp_softstate, instanc
[all...]

Completed in 62 milliseconds