Searched refs:p2p_remote_port_id (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_fabric.c | 1358 rnode = ocs_node_find(sport, node->sport->p2p_remote_port_id); in __ocs_p2p_wait_domain_attach() 1366 rnode = ocs_node_alloc(sport, sport->p2p_remote_port_id, FALSE, FALSE); in __ocs_p2p_wait_domain_attach() 1996 sport->p2p_remote_port_id = 0; in ocs_p2p_setup() 2000 sport->p2p_remote_port_id = 2; in ocs_p2p_setup() 2011 sport->p2p_remote_port_id = 1; in ocs_p2p_setup()
|
H A D | ocs_common.h | 197 uint32_t p2p_remote_port_id; /**< Remote node's port id for p2p */ member
|
H A D | ocs_sport.c | 1196 ocs_ddump_value(textbuf, "p2p_remote_port_id", "%06x", sport->p2p_remote_port_id); in ocs_ddump_sport() 1332 …cs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "p2p_remote_port_id", "0x%06x", sport->p2p_remote_port_id); in ocs_mgmt_sport_get() 1378 …ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "p2p_remote_port_id", "0x%06x", sport->p2p_remote_port_id… in ocs_mgmt_sport_get_all()
|