Searched refs:fw_size (Results 1 – 2 of 2) sorted by relevance
136 uint32 fw_size, second_offset, ucode_trx_offset; in proc_ucode_download() local157 fw_size = main_trx_hdr.offsets[0]; in proc_ucode_download()164 ROUNDUP(fw_size, 4) + ROUNDUP(second_offset, 4); in proc_ucode_download()
65 size_t fw_size, int loading_fd, int data_fd) { in LoadFirmware() argument70 int rc = sendfile(data_fd, fw_fd, nullptr, fw_size); in LoadFirmware()