Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c244 static void *fp_driver_softstate; variable
273 if ((ret = ddi_soft_state_init(&fp_driver_softstate, in _init()
279 ddi_soft_state_fini(&fp_driver_softstate); in _init()
287 ddi_soft_state_fini(&fp_driver_softstate); in _init()
305 ddi_soft_state_fini(&fp_driver_softstate); in _fini()
405 if ((port = ddi_get_soft_state(fp_driver_softstate, in fp_detach()
543 if ((port = ddi_get_soft_state(fp_driver_softstate, in fp_getinfo()
688 port = ddi_get_soft_state(fp_driver_softstate, instance); in fp_open()
741 port = ddi_get_soft_state(fp_driver_softstate, instance); in fp_close()
956 if (ddi_soft_state_zalloc(fp_driver_softstate, instance) in fp_attach_handler()
[all …]