Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_defines.h837 static inline uint32_t GET_LE32(const uint8_t *p) in GET_LE32() function
844 return (((uint64_t)GET_LE32(p + 4) << 32) | in GET_LE64()
845 GET_LE32(p)); in GET_LE64()
H A Dsmartpqi_request.c1103 volume_blk_size = GET_LE32((uint8_t *)&raid_map->volume_blk_size); in pqisrc_set_enc_info()
1746 devp->lun, GET_LE32(devp->scsi3addr)); in pqisrc_show_rcb_details()
H A Dsmartpqi_discovery.c834 lunid = GET_LE32(scsi3addr); in pqisrc_assign_btl()