Searched refs:link_width_enabled (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_link_mgr.c252 p_pi->link_width_enabled = p_old_pi->link_width_supported;
253 if (memcmp(&p_pi->link_width_enabled,
254 &p_old_pi->link_width_enabled,
255 sizeof(p_pi->link_width_enabled)))
H A Dosm_lid_mgr.c995 p_pi->link_width_enabled = p_old_pi->link_width_supported;
996 if (memcmp(&p_pi->link_width_enabled,
997 &p_old_pi->link_width_enabled,
998 sizeof(p_pi->link_width_enabled)))
H A Dosm_sa_portinfo_record.c243 if (p_comp_pi->link_width_enabled != p_pi->link_width_enabled)
H A Dosm_helper.c831 p_pi->link_width_enabled,
919 p_pi->link_width_enabled,
H A Dosm_console.c609 enabled_width = pi->link_width_enabled;
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_smi.h96 u8 link_width_enabled; member in struct:ib_port_info
/freebsd-11.0-release/contrib/ofed/management/opensm/osmtest/
H A Dosmtest.c204 {OSMTEST_TOKEN_LINK_WID_EN, 18, "link_width_enabled"},
1741 "link_width_enabled 0x%X\n"
1776 p_rec->port_info.link_width_enabled,
3520 if ((p_port->comp.port_info.link_width_enabled & p_port->rec.port_info.
3521 link_width_enabled) !=
3522 (p_port->comp.port_info.link_width_enabled & p_rec->port_info.
3523 link_width_enabled)) {
3526 "\t\t\t\tExpected link_width_enabled 0x%X, received 0x%X\n",
3528 p_port->rec.port_info.link_width_enabled,
3529 p_rec->port_info.link_width_enabled);
[all...]
/freebsd-11.0-release/contrib/ofed/management/opensm/include/iba/
H A Dib_types.h4398 uint8_t link_width_enabled;

Completed in 106 milliseconds