Home
last modified time | relevance | path

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

/freebsd/sys/dev/liquidio/base/
H A Dlio_console.c859 struct lio_firmware_file_header *h; in lio_download_firmware()
863 if (size < sizeof(struct lio_firmware_file_header)) { in lio_download_firmware()
866 (uint32_t) sizeof(struct lio_firmware_file_header)); in lio_download_firmware()
870 h = __DECONST(struct lio_firmware_file_header *, data); in lio_download_firmware()
877 crc32_result = crc32(data, sizeof(struct lio_firmware_file_header) - in lio_download_firmware()
902 data += sizeof(struct lio_firmware_file_header); in lio_download_firmware()
H A Dlio_image.h58 struct lio_firmware_file_header { struct