MIP4_BL_PACKET_SIZE
msg[1].buf = read_buf = kmalloc(MIP4_BL_PACKET_SIZE, GFP_KERNEL);
buf_offset += MIP4_BL_PACKET_SIZE) {
buf_offset, MIP4_BL_PACKET_SIZE);
buf_offset, MIP4_BL_PACKET_SIZE, error);
if (memcmp(&data[buf_offset], read_buf, MIP4_BL_PACKET_SIZE)) {
buf_offset, MIP4_BL_PACKET_SIZE);
data + offset, MIP4_BL_PACKET_SIZE,
MIP4_BL_PAGE_SIZE, MIP4_BL_PACKET_SIZE);
if (length > MIP4_BL_PAGE_SIZE || length % MIP4_BL_PACKET_SIZE) {
data_buf = kmalloc(2 + MIP4_BL_PACKET_SIZE, GFP_KERNEL);
buf_offset += MIP4_BL_PACKET_SIZE) {
buf_offset, MIP4_BL_PACKET_SIZE);
memcpy(&data_buf[2], &data[buf_offset], MIP4_BL_PACKET_SIZE);
data_buf, 2 + MIP4_BL_PACKET_SIZE);
if (ret != 2 + MIP4_BL_PACKET_SIZE) {
buf_offset, MIP4_BL_PACKET_SIZE, error);
.len = MIP4_BL_PACKET_SIZE,