Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c3771 tmp_pd = tmp_pd->pd_wwn_hnext; in fctl_enlist_pwwn_table()
3780 pd->pd_wwn_hnext = head->pwwn_head; in fctl_enlist_pwwn_table()
3823 pd_next = pd_next->pd_wwn_hnext; in fctl_delist_pwwn_table()
3838 head->pwwn_head = pd->pd_wwn_hnext; in fctl_delist_pwwn_table()
3840 last->pd_wwn_hnext = pd->pd_wwn_hnext; in fctl_delist_pwwn_table()
3842 pd->pd_wwn_hnext = NULL; in fctl_delist_pwwn_table()
3970 pd = pd->pd_wwn_hnext; in fctl_get_remote_port_by_pwwn()
4003 pd = pd->pd_wwn_hnext; in fctl_get_remote_port_by_pwwn_mutex_held()
4047 pd = pd->pd_wwn_hnext; in fctl_hold_remote_port_by_pwwn()
4149 pd = pd->pd_wwn_hnext; in fctl_fillout_map()
[all …]
H A Dfp.c1849 pd = pd->pd_wwn_hnext; in fp_suspend_all()
3677 pd = pd->pd_wwn_hnext; in fp_port_shutdown()
3709 pd = pd->pd_wwn_hnext; in fp_port_shutdown()
4307 pd = pd->pd_wwn_hnext; in fp_port_offline()
10066 pd = pd->pd_wwn_hnext; in fp_fillout_p2pmap()
10250 npd = pd->pd_wwn_hnext; in fp_fabric_online()
10364 npd = pd->pd_wwn_hnext; in fp_fabric_online()
14092 pd = pd->pd_wwn_hnext; in fp_validate_area_domain()
14162 npd = pd->pd_wwn_hnext; in fp_validate_area_domain()
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h199 struct fc_remote_port *pd_wwn_hnext; member
/titanic_41/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c647 (uintptr_t)(((fc_remote_port_t *)wsp->walk_data)->pd_wwn_hnext); in pd_by_pwwn_walk_s()