Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/ctl/
H A Dctl_tpc.c68 #define TPC_MAX_IO_SIZE (8 * MIN(1024 * 1024, MAX(128 * 1024, maxphys))) macro
69 #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()