Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3045 ASSERT(clist->clist_map != NULL); in fctl_ulp_statec_cb()
3047 if (clist->clist_map[count].map_state == in fctl_ulp_statec_cb()
3052 pd = clist->clist_map[count].map_pd; in fctl_ulp_statec_cb()
3062 ASSERT(pd != clist->clist_map[count]. in fctl_ulp_statec_cb()
3067 ASSERT(pd != clist->clist_map[count]. in fctl_ulp_statec_cb()
3082 ASSERT(clist->clist_map != NULL); in fctl_ulp_statec_cb()
3086 pd1 = clist->clist_map[count].map_pd; in fctl_ulp_statec_cb()
3095 pd2 = clist->clist_map[count2].map_pd; in fctl_ulp_statec_cb()
3101 clist->clist_map[count].map_flags |= in fctl_ulp_statec_cb()
3170 ASSERT(clist->clist_map != NULL); in fctl_ulp_statec_cb()
[all …]
H A Dfp.c4625 clist->clist_map = changelist; in fp_ulp_statec_cb()
4634 pd = clist->clist_map[count].map_pd; in fp_ulp_statec_cb()
4656 ASSERT(clist->clist_map != NULL); in fp_ulp_statec_cb()
4663 pd = clist->clist_map[count].map_pd; in fp_ulp_statec_cb()
4728 clist->clist_map = changelist; in fp_ulp_devc_cb()
4736 ASSERT(clist->clist_map != NULL); in fp_ulp_devc_cb()
4738 pd = clist->clist_map[count].map_pd; in fp_ulp_devc_cb()
4767 clist->clist_map[count].map_did. in fp_ulp_devc_cb()
4790 clist->clist_map[count].map_pwwn, in fp_ulp_devc_cb()
4858 kmem_free(clist->clist_map, in fp_ulp_devc_cb()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h283 fc_portmap_t *clist_map; /* changelist */ member