Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c4055 fc_remote_port_t *tmp_pd; in fp_port_login() local
4072 tmp_pd = fctl_lookup_pd_by_did(port, d_id); in fp_port_login()
4076 if (tmp_pd) { in fp_port_login()
4077 mutex_enter(&tmp_pd->pd_mutex); in fp_port_login()
4078 if ((tmp_pd->pd_aux_flags & PD_DISABLE_RELOGIN) && in fp_port_login()
4079 !(tmp_pd->pd_aux_flags & PD_LOGGED_OUT)) { in fp_port_login()
4080 tmp_pd->pd_state = PORT_DEVICE_LOGGED_IN; in fp_port_login()
4083 mutex_exit(&tmp_pd->pd_mutex); in fp_port_login()
4087 mutex_enter(&tmp_pd->pd_mutex); in fp_port_login()
4088 if (tmp_pd->pd_state == PORT_DEVICE_LOGGED_IN) { in fp_port_login()
[all …]
H A Dfctl.c3637 fc_remote_port_t *tmp_pd; in fctl_enlist_did_table() local
3649 tmp_pd = tmp_head->d_id_head; in fctl_enlist_did_table()
3650 while (tmp_pd != NULL) { in fctl_enlist_did_table()
3651 ASSERT(tmp_pd != pd); in fctl_enlist_did_table()
3653 if (tmp_pd->pd_state != PORT_DEVICE_INVALID && in fctl_enlist_did_table()
3654 tmp_pd->pd_type != PORT_DEVICE_OLD) { in fctl_enlist_did_table()
3655 ASSERT(tmp_pd->pd_port_id.port_id != in fctl_enlist_did_table()
3659 tmp_pd = tmp_pd->pd_did_hnext; in fctl_enlist_did_table()
3750 fc_remote_port_t *tmp_pd; in fctl_enlist_pwwn_table() local
3761 tmp_pd = tmp_head->pwwn_head; in fctl_enlist_pwwn_table()
[all …]