Searched refs:resolve_sm_portid (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | sminfo.c | 132 if (resolve_sm_portid(ibd_ca, ibd_ca_port, &portid) < 0) in main()
|
H A D | ibdiag_common.h | 152 int resolve_sm_portid(char *ca_name, uint8_t portnum, ib_portid_t *sm_id);
|
H A D | ibdiag_common.c | 574 int resolve_sm_portid(char *ca_name, uint8_t portnum, ib_portid_t *sm_id) in resolve_sm_portid() function 640 if (resolve_sm_portid(ca_name, ca_port, sm_id) < 0) in resolve_gid() 662 if (resolve_sm_portid(ca_name, ca_port, sm_id) < 0) in resolve_guid()
|
H A D | ibdiag_sa.c | 58 resolve_sm_portid(ibd_ca, ibd_ca_port, &handle->dport); in sa_get_handle()
|
H A D | ibsendtrap.c | 193 if (resolve_sm_portid(ibd_ca, ibd_ca_port, &sm_port)) in send_trap()
|
H A D | mcm_rereg_test.c | 375 resolve_sm_portid(NULL, 0, &dport_id); in main()
|