Searched refs:fcp_softstate (Results 1 – 1 of 1) sorted by relevance
963 static void *fcp_softstate = NULL; /* for soft state */ variable1138 if (ddi_soft_state_init(&fcp_softstate, in _init()1150 ddi_soft_state_fini(&fcp_softstate); in _init()1161 ddi_soft_state_fini(&fcp_softstate); in _init()1188 ddi_soft_state_fini(&fcp_softstate); in _fini()3611 ASSERT(ddi_get_soft_state(fcp_softstate, in fcp_port_attach()3663 pptr = ddi_get_soft_state(fcp_softstate, instance); in fcp_port_detach()9799 if (ddi_soft_state_zalloc(fcp_softstate, instance) != DDI_SUCCESS) { in fcp_handle_port_attach()9806 if ((pptr = ddi_get_soft_state(fcp_softstate, instance)) == NULL) { in fcp_handle_port_attach()9808 ddi_soft_state_free(fcp_softstate, instance); in fcp_handle_port_attach()[all …]