Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_tpc.c67 #define TPC_MAX_IO_SIZE (8 * MIN(1024 * 1024, MAX(128 * 1024, maxphys))) macro
68 #define TPC_MAX_IOCHUNK_SIZE (TPC_MAX_IO_SIZE * 4)
901 if (roundbytes > TPC_MAX_IO_SIZE) { in tpc_process_b2b()
902 roundbytes = TPC_MAX_IO_SIZE; in tpc_process_b2b()
1263 if (roundbytes > TPC_MAX_IO_SIZE) { in tpc_process_wut()
1264 roundbytes = TPC_MAX_IO_SIZE; in tpc_process_wut()