Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1819 map->map_did = pd->pd_port_id; in fc_ulp_pwwn_to_portmap()
3055 d_id = pd->pd_port_id; in fctl_ulp_statec_cb()
3470 pd->pd_port_id.port_id = d_id; in fctl_alloc_remote_port()
3630 head = &port->fp_did_table[D_ID_HASH_FUNC(pd->pd_port_id.port_id, in fctl_enlist_did_table()
3654 ASSERT(tmp_pd->pd_port_id.port_id != in fctl_enlist_did_table()
3655 pd->pd_port_id.port_id); in fctl_enlist_did_table()
3693 d_id = pd->pd_port_id.port_id; in fctl_delist_did_table()
3870 if (pd->pd_port_id.port_id == d_id) { in fctl_get_remote_port_by_did()
3923 if (pd->pd_port_id.port_id == d_id && pd->pd_state != in fctl_hold_remote_port_by_did()
4610 if (pd->pd_port_id.port_id != d_id) { in fctl_create_remote_port()
[all …]
H A Dfp.c4221 pd->pd_port_id.port_id) == pd); in fp_register_login()
4474 fp_els_init(cmd, port->fp_port_id.port_id, pd->pd_port_id.port_id, in fp_logo_init()
4509 fp_els_init(cmd, port->fp_port_id.port_id, pd->pd_port_id.port_id, in fp_rnid_init()
4542 fp_els_init(cmd, port->fp_port_id.port_id, pd->pd_port_id.port_id, in fp_rls_init()
4576 fp_els_init(cmd, port->fp_port_id.port_id, pd->pd_port_id.port_id, in fp_adisc_init()
4667 d_id = pd->pd_port_id; in fp_ulp_statec_cb()
4816 d_id = pd->pd_port_id; in fp_ulp_devc_cb()
5107 d_id = pd->pd_port_id.port_id; in fp_plogi_group()
5377 s_id = pd->pd_port_id; in fp_ns_reg()
6192 if (pd->pd_port_id.port_id != d_id) { in fp_plogi_intr()
[all …]
/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h179 fc_portid_t pd_port_id; /* Port Identifier */ member
/titanic_44/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c826 mdb_printf(" port_id : 0x%-8x\n", pd.pd_port_id); in remote_port()