Home
last modified time | relevance | path

Searched refs:ext_port_info (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/opensm/
HDosm_mlnx_ext_port_info_rcv.c115 p_physp->ext_port_info = *p_pi; in osm_mlnx_epi_rcv_process()
127 p_physp->ext_port_info = *p_pi; in osm_mlnx_epi_rcv_process()
HDosm_link_mgr.c356 p_physp->ext_port_info.link_speed_supported & FDR10) { in link_mgr_set_physp_pi()
358 if (!(p_physp->ext_port_info.link_speed_enabled & FDR10)) in link_mgr_set_physp_pi()
361 if (p_physp->ext_port_info.link_speed_enabled & FDR10) in link_mgr_set_physp_pi()
365 p_old_epi = &p_physp->ext_port_info; in link_mgr_set_physp_pi()
HDosm_dump.c461 if (p_physp->ext_port_info.link_speed_active & FDR10) in dump_topology_node()
614 p_physp->ext_port_info.link_speed_active & FDR10)); in print_node_report()
HDosm_console.c783 epi = &phys->ext_port_info; in __get_stats()
/freebsd-13-stable/contrib/ofed/opensm/include/opensm/
HDosm_port.h108 ib_mlnx_ext_port_info_t ext_port_info; member
/freebsd-13-stable/contrib/ofed/libibnetdisc/
HDibnetdisc.c278 uint8_t *ext_port_info = mad + IB_SMP_DATA_OFFS; in recv_mlnx_ext_port_info() local
289 memcpy(port->ext_info, ext_port_info, sizeof(port->ext_info)); in recv_mlnx_ext_port_info()