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

/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_image.h59 struct lio_firmware_file_header { struct
H A Dlio_console.c860 struct lio_firmware_file_header *h;
865 if (size < sizeof(struct lio_firmware_file_header)) {
868 (uint32_t) sizeof(struct lio_firmware_file_header));
872 h = __DECONST(struct lio_firmware_file_header *, data);
879 crc32_result = crc32(data, sizeof(struct lio_firmware_file_header) -
904 data += sizeof(struct lio_firmware_file_header);

Completed in 106 milliseconds