Searched refs:tmp_pd (Results 1 – 2 of 2) sorted by relevance
4054 fc_remote_port_t *tmp_pd; in fp_port_login() local4071 tmp_pd = fctl_lookup_pd_by_did(port, d_id); in fp_port_login()4075 if (tmp_pd) { in fp_port_login()4076 mutex_enter(&tmp_pd->pd_mutex); in fp_port_login()4077 if ((tmp_pd->pd_aux_flags & PD_DISABLE_RELOGIN) && in fp_port_login()4078 !(tmp_pd->pd_aux_flags & PD_LOGGED_OUT)) { in fp_port_login()4079 tmp_pd->pd_state = PORT_DEVICE_LOGGED_IN; in fp_port_login()4082 mutex_exit(&tmp_pd->pd_mutex); in fp_port_login()4086 mutex_enter(&tmp_pd->pd_mutex); in fp_port_login()4087 if (tmp_pd->pd_state == PORT_DEVICE_LOGGED_IN) { in fp_port_login()[all …]
3636 fc_remote_port_t *tmp_pd; in fctl_enlist_did_table() local3648 tmp_pd = tmp_head->d_id_head; in fctl_enlist_did_table()3649 while (tmp_pd != NULL) { in fctl_enlist_did_table()3650 ASSERT(tmp_pd != pd); in fctl_enlist_did_table()3652 if (tmp_pd->pd_state != PORT_DEVICE_INVALID && in fctl_enlist_did_table()3653 tmp_pd->pd_type != PORT_DEVICE_OLD) { in fctl_enlist_did_table()3654 ASSERT(tmp_pd->pd_port_id.port_id != in fctl_enlist_did_table()3658 tmp_pd = tmp_pd->pd_did_hnext; in fctl_enlist_did_table()3749 fc_remote_port_t *tmp_pd; in fctl_enlist_pwwn_table() local3760 tmp_pd = tmp_head->pwwn_head; in fctl_enlist_pwwn_table()[all …]