Home
last modified time | relevance | path

Searched refs:umad_port (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad.c792 if (umad_get_port(name, i, &p_vend->umad_port) < 0) { in osm_vendor_open_port()
798 if ((umad_port_id = umad_open_port(p_vend->umad_port.ca_name, in osm_vendor_open_port()
799 p_vend->umad_port.portnum)) < 0) { in osm_vendor_open_port()
812 umad_release_port(&p_vend->umad_port); in osm_vendor_open_port()
813 p_vend->umad_port.port_guid = 0; in osm_vendor_open_port()
821 umad_release_port(&p_vend->umad_port); in osm_vendor_open_port()
822 p_vend->umad_port.port_guid = 0; in osm_vendor_open_port()
848 umad_release_port(&p_vend->umad_port); in osm_vendor_close_port()
849 p_vend->umad_port.port_guid = 0; in osm_vendor_close_port()
900 if (umad_get_issm_path(p_vend->umad_port.ca_name, in osm_vendor_bind()
[all …]
H A Dosm_vendor_ibumad_sa.c210 if (umad_get_port(p_vend->umad_port.ca_name, in update_umad_port()
211 p_vend->umad_port.portnum, &port) < 0) in update_umad_port()
213 p_vend->umad_port.base_lid = port.base_lid; in update_umad_port()
214 p_vend->umad_port.sm_lid = port.sm_lid; in update_umad_port()
410 cl_hton16(p_bind->p_vendor->umad_port.sm_lid); in __osmv_send_sa_req()
412 cl_hton16(p_bind->p_vendor->umad_port.base_lid); in __osmv_send_sa_req()
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_ibumad.h163 umad_port_t umad_port; member
/freebsd/contrib/ofed/libibumad/
H A Dumad.h156 typedef struct umad_port { struct
H A Dumad.c485 unsigned umad_port; in dev_to_umad_id() local
489 if (umad_id_to_dev(id, umad_dev, &umad_port) < 0) in dev_to_umad_id()
493 if (port != umad_port) in dev_to_umad_id()