Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ofed/management/opensm/include/iba/
Dib_types.h8229 ib_net32_t tmp_slot_lo_hi = CL_NTOH32(slot_lo_hi); in ib_dm_get_slot_lo_hi() local
8232 *p_slot = (uint8_t) ((tmp_slot_lo_hi >> 16) & 0x0f); in ib_dm_get_slot_lo_hi()
8235 *p_hi = (uint8_t) ((tmp_slot_lo_hi >> 8) & 0xff); in ib_dm_get_slot_lo_hi()
8238 *p_lo = (uint8_t) ((tmp_slot_lo_hi >> 0) & 0xff); in ib_dm_get_slot_lo_hi()