Searched refs:GET_LE32 (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c483 lunid = GET_LE32(scsi3addr);
H A Dsmartpqi_request.c443 volume_blk_size = GET_LE32((uint8_t *)&raid_map->volume_blk_size);
H A Dsmartpqi_defines.h613 static inline uint32_t GET_LE32(const uint8_t *p) function
620 return (((uint64_t)GET_LE32(p + 4) << 32) |
621 GET_LE32(p));

Completed in 116 milliseconds