Searched refs:TPC_MAX_IO_SIZE (Results 1 – 1 of 1) sorted by relevance
68 #define TPC_MAX_IO_SIZE (8 * MIN(1024 * 1024, MAX(128 * 1024, maxphys))) macro69 #define TPC_MAX_IOCHUNK_SIZE (TPC_MAX_IO_SIZE * 4)902 if (roundbytes > TPC_MAX_IO_SIZE) { in tpc_process_b2b()903 roundbytes = TPC_MAX_IO_SIZE; in tpc_process_b2b()1264 if (roundbytes > TPC_MAX_IO_SIZE) { in tpc_process_wut()1265 roundbytes = TPC_MAX_IO_SIZE; in tpc_process_wut()