Searched refs:burn_length (Results 1 – 1 of 1) sorted by relevance
1010 u16 burn_length = 0; in gup_burn_proc() local1016 while(burn_length < total_length) in gup_burn_proc()1018 GTP_DEBUG("B/T:%04d/%04d", burn_length, total_length); in gup_burn_proc()1019 …frame_length = ((total_length - burn_length) > PACK_SIZE) ? PACK_SIZE : (total_length - burn_lengt… in gup_burn_proc()1024 memcpy(&wr_buf[GTP_ADDR_LENGTH], &burn_buf[burn_length], frame_length); in gup_burn_proc()1061 burn_length += frame_length; in gup_burn_proc()