Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cam/ctl/
H A Dctl_tpc.c904 roundbytes = TPC_MAX_IO_SIZE; in tpc_process_b2b()
905 roundbytes -= roundbytes % dstblock; in tpc_process_b2b()
908 if (roundbytes > adj) in tpc_process_b2b()
909 roundbytes -= adj; in tpc_process_b2b()
921 /*data_len*/ roundbytes, in tpc_process_b2b()
942 /*data_len*/ roundbytes, in tpc_process_b2b()
959 donebytes += roundbytes; in tpc_process_b2b()
1267 roundbytes -= roundbytes % dstblock; in tpc_process_wut()
1270 if (roundbytes > adj) in tpc_process_wut()
1271 roundbytes -= adj; in tpc_process_wut()
[all …]