Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c828 pd.pd_port_name.raw_wwn[0], pd.pd_port_name.raw_wwn[1], in remote_port()
829 pd.pd_port_name.raw_wwn[2], pd.pd_port_name.raw_wwn[3], in remote_port()
830 pd.pd_port_name.raw_wwn[4], pd.pd_port_name.raw_wwn[5], in remote_port()
831 pd.pd_port_name.raw_wwn[6], pd.pd_port_name.raw_wwn[7]); in remote_port()
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c4666 pwwn = pd->pd_port_name; in fp_ulp_statec_cb()
4815 pwwn = pd->pd_port_name; in fp_ulp_devc_cb()
4996 (uint8_t *)&pd->pd_port_name, in fp_plogi_group()
4998 sizeof (pd->pd_port_name), DDI_DEV_AUTOINCR); in fp_plogi_group()
5405 rxn.rxn_xname = pd->pd_port_name; in fp_ns_reg()
6204 fc_wwn_to_str(&pd->pd_port_name, ww_name); in fp_plogi_intr()
6229 if (fctl_wwn_cmp(&pd->pd_port_name, &pwwn) == 0) { in fp_plogi_intr()
6244 fc_wwn_to_str(&pd->pd_port_name, old_name); in fp_plogi_intr()
6405 fc_wwn_to_str(&pd->pd_port_name, ww_name); in fp_plogi_intr()
6587 fc_wwn_to_str(&pd->pd_port_name, ww_name); in fp_adisc_intr()
[all …]
H A Dfctl.c1405 &pd->pd_port_name); in fc_ulp_transport()
1793 *pwwn = pd->pd_port_name; in fc_ulp_get_pwwn_by_did()
1818 map->map_pwwn = pd->pd_port_name; in fc_ulp_pwwn_to_portmap()
3054 pwwn = pd->pd_port_name; in fctl_ulp_statec_cb()
3471 pd->pd_port_name = *port_wwn; in fctl_alloc_remote_port()
3739 ASSERT(fctl_is_wwn_zero(&pd->pd_port_name) == FC_FAILURE); in fctl_enlist_pwwn_table()
3741 index = HASH_FUNC(WWN_HASH_KEY(pd->pd_port_name.raw_wwn), in fctl_enlist_pwwn_table()
3767 &tmp_pd->pd_port_name, in fctl_enlist_pwwn_table()
3768 &pd->pd_port_name) != 0); in fctl_enlist_pwwn_table()
3811 pwwn = pd->pd_port_name; in fctl_delist_pwwn_table()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h180 la_wwn_t pd_port_name; /* the port WWN */ member