Searched refs:BUFFERSIZE (Results 1 – 1 of 1) sorted by relevance
64 #define BUFFERSIZE 1024 macro1064 u8 host_buf[BUFFERSIZE]; in bridge_brd_mem_copy()1068 total_bytes > BUFFERSIZE ? BUFFERSIZE : total_bytes; in bridge_brd_mem_copy()1106 ul_remain_bytes > BUFFERSIZE ? BUFFERSIZE : ul_remain_bytes; in bridge_brd_mem_write()