Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1820 map->map_did = pd->pd_port_id; in fc_ulp_pwwn_to_portmap()
3056 d_id = pd->pd_port_id; in fctl_ulp_statec_cb()
3471 pd->pd_port_id.port_id = d_id; in fctl_alloc_remote_port()
3631 head = &port->fp_did_table[D_ID_HASH_FUNC(pd->pd_port_id.port_id, in fctl_enlist_did_table()
3655 ASSERT(tmp_pd->pd_port_id.port_id != in fctl_enlist_did_table()
3656 pd->pd_port_id.port_id); in fctl_enlist_did_table()
3694 d_id = pd->pd_port_id.port_id; in fctl_delist_did_table()
3871 if (pd->pd_port_id.port_id == d_id) { in fctl_get_remote_port_by_did()
3924 if (pd->pd_port_id.port_id == d_id && pd->pd_state != in fctl_hold_remote_port_by_did()
4611 if (pd->pd_port_id.port_id != d_id) { in fctl_create_remote_port()
[all …]
H A Dfp.c4222 pd->pd_port_id.port_id) == pd); in fp_register_login()
4475 fp_els_init(cmd, port->fp_port_id.port_id, pd->pd_port_id.port_id, in fp_logo_init()
4510 fp_els_init(cmd, port->fp_port_id.port_id, pd->pd_port_id.port_id, in fp_rnid_init()
4543 fp_els_init(cmd, port->fp_port_id.port_id, pd->pd_port_id.port_id, in fp_rls_init()
4577 fp_els_init(cmd, port->fp_port_id.port_id, pd->pd_port_id.port_id, in fp_adisc_init()
4668 d_id = pd->pd_port_id; in fp_ulp_statec_cb()
4817 d_id = pd->pd_port_id; in fp_ulp_devc_cb()
5108 d_id = pd->pd_port_id.port_id; in fp_plogi_group()
5378 s_id = pd->pd_port_id; in fp_ns_reg()
6193 if (pd->pd_port_id.port_id != d_id) { in fp_plogi_intr()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h179 fc_portid_t pd_port_id; /* Port Identifier */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c829 mdb_printf(" port_id : 0x%-8x\n", pd.pd_port_id); in remote_port()