Searched refs:ca_port (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibdiag_common.c | 598 int resolve_self(char *ca_name, uint8_t ca_port, ib_portid_t *portid, in resolve_self() argument 608 if ((rc = umad_get_port(ca_name, ca_port, &port)) < 0) in resolve_self() 631 int resolve_gid(char *ca_name, uint8_t ca_port, ib_portid_t * portid, in resolve_gid() argument 640 if (resolve_sm_portid(ca_name, ca_port, sm_id) < 0) in resolve_gid() 651 int resolve_guid(char *ca_name, uint8_t ca_port, ib_portid_t *portid, in resolve_guid() argument 662 if (resolve_sm_portid(ca_name, ca_port, sm_id) < 0) in resolve_guid() 666 if (resolve_self(ca_name, ca_port, NULL, NULL, &selfgid) < 0) in resolve_guid() 688 int resolve_portid_str(char *ca_name, uint8_t ca_port, ib_portid_t * portid, in resolve_portid_str() argument 718 return resolve_guid(ca_name, ca_port, portid, &guid, sm_id, in resolve_portid_str() 729 if (resolve_self(ca_name, ca_port, &selfportid, &selfport, in resolve_portid_str() [all …]
|
H A D | ibdiag_common.h | 153 int resolve_self(char *ca_name, uint8_t ca_port, ib_portid_t *portid, 155 int resolve_portid_str(char *ca_name, uint8_t ca_port, ib_portid_t * portid,
|
/freebsd/contrib/ofed/libibnetdisc/ |
H A D | query_smp.c | 214 int smp_engine_init(smp_engine_t * engine, char * ca_name, int ca_port, in smp_engine_init() argument 224 engine->umad_fd = umad_open_port(ca_name, ca_port); in smp_engine_init() 226 IBND_ERROR("can't open UMAD port (%s:%d)\n", ca_name, ca_port); in smp_engine_init() 233 ca_name, ca_port); in smp_engine_init() 240 ca_name, ca_port); in smp_engine_init()
|
H A D | internal.h | 115 int smp_engine_init(smp_engine_t * engine, char * ca_name, int ca_port,
|
H A D | ibnetdisc.h | 192 int ca_port,
|
H A D | ibnetdisc.c | 749 ibnd_fabric_t *ibnd_discover_fabric(char * ca_name, int ca_port, in ibnd_discover_fabric() argument 782 ibmad_port = mad_rpc_open_port(ca_name, ca_port, mc, nc); in ibnd_discover_fabric() 784 IBND_ERROR("can't open MAD port (%s:%d)\n", ca_name, ca_port); in ibnd_discover_fabric() 799 if (smp_engine_init(&engine, ca_name, ca_port, &scan, &config)) { in ibnd_discover_fabric()
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_torus.c | 641 int ca_port; in build_ca_link() local 647 ca_port = osm_physp_get_port_num(osm_port_ca->p_physp); in build_ca_link() 653 l = find_f_link(f, sw_guid, sw_port, ca_guid, ca_port); in build_ca_link() 681 l->end[1].port = ca_port; in build_ca_link()
|