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

/u-boot/drivers/net/fsl-mc/
H A Dmc.c1849 const void *end_of_data; local
1865 end_of_data = buf + LAST_BYTE(last_byte);
1873 if (wrapped && end_of_data != end_addr)
1874 cur_ptr = end_of_data + 1;
1878 if (cur_ptr <= end_of_data)
1879 size = end_of_data - cur_ptr;
1881 size = (end_addr - cur_ptr) + (end_of_data - buf);

Completed in 43 milliseconds