Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/ctl/
H A Dctl_tpc.c903 roundbytes = TPC_MAX_IO_SIZE; in tpc_process_b2b()
904 roundbytes -= roundbytes % dstblock; in tpc_process_b2b()
907 if (roundbytes > adj) in tpc_process_b2b()
908 roundbytes -= adj; in tpc_process_b2b()
920 /*data_len*/ roundbytes, in tpc_process_b2b()
941 /*data_len*/ roundbytes, in tpc_process_b2b()
958 donebytes += roundbytes; in tpc_process_b2b()
1266 roundbytes -= roundbytes % dstblock; in tpc_process_wut()
1269 if (roundbytes > adj) in tpc_process_wut()
1270 roundbytes -= adj; in tpc_process_wut()
[all …]