Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/isp/
H A Disp_freebsd.c1016 cso->tag_id, atp->orig_datalen, atp->bytes_xfered, atp->bytes_in_transit); in isp_target_start_ctio()
1048 tmp = atp->bytes_xfered + atp->bytes_in_transit; in isp_target_start_ctio()
1091 resid = atp->orig_datalen - atp->bytes_xfered - atp->bytes_in_transit; in isp_target_start_ctio()
1179 cto->rsp.m0.reloff = atp->bytes_xfered + atp->bytes_in_transit; in isp_target_start_ctio()
1221 atp->bytes_in_transit += xfrlen; in isp_target_start_ctio()
1616 atp->bytes_in_transit -= data_requested; in isp_handle_platform_ctio()
H A Disp_freebsd.h94 uint32_t bytes_in_transit; member