Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fcoe/
H A Dfcoe.c115 static int fcoe_iocmd(fcoe_soft_state_t *ss, intptr_t data, int mode);
116 static int fcoe_attach_init(fcoe_soft_state_t *this_ss);
117 static int fcoe_detach_uninit(fcoe_soft_state_t *this_ss);
232 fcoe_soft_state_t *fcoe_global_ss = NULL;
251 ret = ddi_soft_state_init(&fcoe_state, sizeof (fcoe_soft_state_t), 0); in _init()
305 fcoe_soft_state_t *ss; in fcoe_attach()
347 fcoe_soft_state_t *ss; in fcoe_detach()
448 fcoe_soft_state_t *ss; in fcoe_open()
500 fcoe_soft_state_t *ss; in fcoe_close()
529 fcoe_soft_state_t *ss; in fcoe_ioctl()
[all …]
H A Dfcoe.h108 } fcoe_soft_state_t; typedef
129 fcoe_soft_state_t *fm_ss;