Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c231 static void *fcoe_state = NULL; variable
251 ret = ddi_soft_state_init(&fcoe_state, sizeof (fcoe_soft_state_t), 0); in _init()
255 ddi_soft_state_fini(&fcoe_state); in _init()
277 ddi_soft_state_fini(&fcoe_state); in _fini()
310 ret = ddi_soft_state_zalloc(fcoe_state, instance); in fcoe_attach()
316 ss = ddi_get_soft_state(fcoe_state, instance); in fcoe_attach()
350 ss = ddi_get_soft_state(fcoe_state, instance); in fcoe_detach()
462 ss = ddi_get_soft_state(fcoe_state, instance); in fcoe_open()
507 ss = ddi_get_soft_state(fcoe_state, instance); in fcoe_close()
536 ss = ddi_get_soft_state(fcoe_state, (int32_t)getminor(dev)); in fcoe_ioctl()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hsi_fcoe.h247 u8 fcoe_state /* state */; member
498 u8 fcoe_state /* state */; member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_fcoe.h247 u8 fcoe_state /* state */; member
498 u8 fcoe_state /* state */; member