Searched refs:p2p_port_id (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_fabric.c | 191 ocs_domain_attach(node->sport->domain, node->sport->p2p_port_id); in __ocs_fabric_flogi_wait_rsp() 1997 sport->p2p_port_id = 0; in ocs_p2p_setup() 2001 sport->p2p_port_id = 1; in ocs_p2p_setup() 2012 sport->p2p_port_id = 1; in ocs_p2p_setup()
|
H A D | ocs_common.h | 198 uint32_t p2p_port_id; /**< our port's id */ member
|
H A D | ocs_sport.c | 1195 ocs_ddump_value(textbuf, "p2p_port_id", "%06x", sport->p2p_port_id); in ocs_ddump_sport() 1329 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "p2p_port_id", "0x%06x", sport->p2p_port_id); in ocs_mgmt_sport_get() 1377 ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "p2p_port_id", "0x%06x", sport->p2p_port_id); in ocs_mgmt_sport_get_all()
|