Searched refs:fcp_softstate (Results 1 – 1 of 1) sorted by relevance
967 static void *fcp_softstate = NULL; /* for soft state */ variable1142 if (ddi_soft_state_init(&fcp_softstate, in _init()1154 ddi_soft_state_fini(&fcp_softstate); in _init()1165 ddi_soft_state_fini(&fcp_softstate); in _init()1192 ddi_soft_state_fini(&fcp_softstate); in _fini()3615 ASSERT(ddi_get_soft_state(fcp_softstate, in fcp_port_attach()3667 pptr = ddi_get_soft_state(fcp_softstate, instance); in fcp_port_detach()9788 if (ddi_soft_state_zalloc(fcp_softstate, instance) != DDI_SUCCESS) { in fcp_handle_port_attach()9795 if ((pptr = ddi_get_soft_state(fcp_softstate, instance)) == NULL) { in fcp_handle_port_attach()9797 ddi_soft_state_free(fcp_softstate, instance); in fcp_handle_port_attach()[all …]