Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/net/
H A Dfastboot.c78 struct fastboot_header fb_response_header = in fastboot_send_info() local
89 memcpy(packet, &fb_response_header, sizeof(fb_response_header)); in fastboot_send_info()
90 packet += sizeof(fb_response_header); in fastboot_send_info()
122 struct fastboot_header fb_response_header = fb_header; in fastboot_send() local
139 fb_response_header.seq = htons(fb_response_header.seq); in fastboot_send()
140 memcpy(packet, &fb_response_header, sizeof(fb_response_header)); in fastboot_send()
141 packet += sizeof(fb_response_header); in fastboot_send()
193 fb_response_header.seq = htons(fb_sequence_number); in fastboot_send()
194 memcpy(packet_base, &fb_response_header, sizeof(fb_response_header)); in fastboot_send()