Searched refs:tmp_slot_lo_hi (Results 1 – 1 of 1) sorted by relevance
9035 ib_net32_t tmp_slot_lo_hi = CL_NTOH32(slot_lo_hi); in ib_dm_get_slot_lo_hi() local9038 *p_slot = (uint8_t) ((tmp_slot_lo_hi >> 16) & 0x0f); in ib_dm_get_slot_lo_hi()9040 *p_hi = (uint8_t) ((tmp_slot_lo_hi >> 8) & 0xff); in ib_dm_get_slot_lo_hi()9042 *p_lo = (uint8_t) ((tmp_slot_lo_hi >> 0) & 0xff); in ib_dm_get_slot_lo_hi()