Home
last modified time | relevance | path

Searched refs:TPC_MAX_IO_SIZE (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sys/cam/ctl/
Dctl_tpc.c66 #define TPC_MAX_IO_SIZE (1024 * 1024) macro
67 #define TPC_MAX_IOCHUNK_SIZE (TPC_MAX_IO_SIZE * 16)
899 if (roundbytes > TPC_MAX_IO_SIZE) { in tpc_process_b2b()
900 roundbytes = TPC_MAX_IO_SIZE; in tpc_process_b2b()
1261 if (roundbytes > TPC_MAX_IO_SIZE) { in tpc_process_wut()
1262 roundbytes = TPC_MAX_IO_SIZE; in tpc_process_wut()