Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c831 pd.pd_port_name.raw_wwn[0], pd.pd_port_name.raw_wwn[1], in remote_port()
832 pd.pd_port_name.raw_wwn[2], pd.pd_port_name.raw_wwn[3], in remote_port()
833 pd.pd_port_name.raw_wwn[4], pd.pd_port_name.raw_wwn[5], in remote_port()
834 pd.pd_port_name.raw_wwn[6], pd.pd_port_name.raw_wwn[7]); in remote_port()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c4667 pwwn = pd->pd_port_name; in fp_ulp_statec_cb()
4816 pwwn = pd->pd_port_name; in fp_ulp_devc_cb()
4997 (uint8_t *)&pd->pd_port_name, in fp_plogi_group()
4999 sizeof (pd->pd_port_name), DDI_DEV_AUTOINCR); in fp_plogi_group()
5406 rxn.rxn_xname = pd->pd_port_name; in fp_ns_reg()
6205 fc_wwn_to_str(&pd->pd_port_name, ww_name); in fp_plogi_intr()
6230 if (fctl_wwn_cmp(&pd->pd_port_name, &pwwn) == 0) { in fp_plogi_intr()
6245 fc_wwn_to_str(&pd->pd_port_name, old_name); in fp_plogi_intr()
6406 fc_wwn_to_str(&pd->pd_port_name, ww_name); in fp_plogi_intr()
6588 fc_wwn_to_str(&pd->pd_port_name, ww_name); in fp_adisc_intr()
[all …]
H A Dfctl.c1406 &pd->pd_port_name); in fc_ulp_transport()
1794 *pwwn = pd->pd_port_name; in fc_ulp_get_pwwn_by_did()
1819 map->map_pwwn = pd->pd_port_name; in fc_ulp_pwwn_to_portmap()
3055 pwwn = pd->pd_port_name; in fctl_ulp_statec_cb()
3472 pd->pd_port_name = *port_wwn; in fctl_alloc_remote_port()
3740 ASSERT(fctl_is_wwn_zero(&pd->pd_port_name) == FC_FAILURE); in fctl_enlist_pwwn_table()
3742 index = HASH_FUNC(WWN_HASH_KEY(pd->pd_port_name.raw_wwn), in fctl_enlist_pwwn_table()
3768 &tmp_pd->pd_port_name, in fctl_enlist_pwwn_table()
3769 &pd->pd_port_name) != 0); in fctl_enlist_pwwn_table()
3812 pwwn = pd->pd_port_name; in fctl_delist_pwwn_table()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h180 la_wwn_t pd_port_name; /* the port WWN */ member