Searched refs:sc_ioc_list (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_mod.c | 179 list_create(&srpt_ctxt->sc_ioc_list, sizeof (srpt_ioc_t), in _init() 182 list_create(&srpt_ctxt->sc_ioc_list, sizeof (srpt_ioc_t), in _init() 218 list_destroy(&srpt_ctxt->sc_ioc_list); in _fini() 423 ioc = list_head(&srpt_ctxt->sc_ioc_list); in srpt_disable_srp_services() 441 ioc = list_next(&srpt_ctxt->sc_ioc_list, ioc); in srpt_disable_srp_services()
|
H A D | srpt_ioc.c | 245 list_insert_tail(&srpt_ctxt->sc_ioc_list, ioc); in srpt_ioc_attach_hca() 350 while ((ioc = list_head(&srpt_ctxt->sc_ioc_list)) != NULL) { in srpt_ioc_detach() 357 list_remove(&srpt_ctxt->sc_ioc_list, ioc); in srpt_ioc_detach() 409 list_remove(&srpt_ctxt->sc_ioc_list, ioc); in srpt_ioc_detach_hca() 1129 ioc = list_head(&srpt_ctxt->sc_ioc_list); in srpt_ioc_get_locked() 1134 ioc = list_next(&srpt_ctxt->sc_ioc_list, ioc); in srpt_ioc_get_locked()
|
H A D | srpt_impl.h | 440 list_t sc_ioc_list; member
|
/titanic_44/usr/src/cmd/mdb/common/modules/srpt/ |
H A D | srpt.c | 65 list_addr = srpt_global_addr + offsetof(srpt_ctxt_t, sc_ioc_list); in srpt_ioc_walk_init()
|