Searched refs:smsl (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_link_mgr.c102 uint8_t port_num, mtu, op_vls, smsl = OSM_DEFAULT_SL; local
159 /* Even for base port 0 we might have to set smsl
161 smsl = link_mgr_get_smsl(sm, p_physp);
162 if (smsl != ib_port_info_get_master_smsl(p_old_pi)) {
166 PRIx64 "\n", smsl,
204 /* Check whether this is base port0 smsl handling only */
206 ib_port_info_set_master_smsl(p_pi, smsl);
240 smsl = link_mgr_get_smsl(sm, p_physp);
241 if (smsl != ib_port_info_get_master_smsl(p_old_pi)) {
243 ib_port_info_set_master_smsl(p_pi, smsl);
[all...]
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dopa_port_info.h179 /* smsl */
306 u8 smsl; /* 3 res, 5 bits */ member in struct:opa_port_info
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h5587 IN const uint8_t smsl)
5589 p_pi->mtu_smsl = (uint8_t) ((p_pi->mtu_smsl & 0xF0) | smsl);

Completed in 777 milliseconds