Home
last modified time | relevance | path

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

/titanic_50/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, 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 …]