Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cam/ctl/
H A Dctl_tpc.c905 roundbytes = TPC_MAX_IO_SIZE; in tpc_process_b2b()
906 roundbytes -= roundbytes % dstblock; in tpc_process_b2b()
909 if (roundbytes > adj) in tpc_process_b2b()
910 roundbytes -= adj; in tpc_process_b2b()
922 /*data_len*/ roundbytes, in tpc_process_b2b()
943 /*data_len*/ roundbytes, in tpc_process_b2b()
960 donebytes += roundbytes; in tpc_process_b2b()
1268 roundbytes -= roundbytes % dstblock; in tpc_process_wut()
1271 if (roundbytes > adj) in tpc_process_wut()
1272 roundbytes -= adj; in tpc_process_wut()
[all …]