Searched refs:kern_total_len (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/cam/ctl/
H A Dctl_io.h304 * less than or equal to kern_total_len.
312 uint32_t kern_total_len; member in struct:ctl_scsiio
471 uint32_t kern_total_len; /* Total length of this member in struct:ctl_ha_msg_dt
H A Dctl_frontend_iscsi.c722 request->ip_data_len, io->scsiio.kern_total_len);
2611 if (buffer_offset == io->scsiio.kern_total_len ||
2628 if (buffer_offset == io->scsiio.kern_total_len ||
2633 if (io->scsiio.kern_total_len <
2638 io->scsiio.kern_total_len);
2639 } else if (io->scsiio.kern_total_len >
2643 htonl(io->scsiio.kern_total_len -
2876 if (io->scsiio.kern_total_len <
2881 io->scsiio.kern_total_len);
2884 } else if (io->scsiio.kern_total_len >
[all...]
H A Dctl.c696 msg.dt.kern_total_len = io->scsiio.kern_total_len;
1522 io->scsiio.kern_total_len =
1523 msg->dt.kern_total_len;
5428 ctsio->kern_total_len = length;
5553 ctsio->kern_total_len = len;
5598 ctsio->kern_total_len = len;
5737 ctsio->kern_total_len = len;
5782 ctsio->kern_total_len = len;
5792 len = ctsio->kern_total_len
[all...]
H A Dctl_tpc.c307 ctsio->kern_total_len = ctsio->kern_data_len;
473 ctsio->kern_total_len = ctsio->kern_data_len;
561 ctsio->kern_total_len = ctsio->kern_data_len;
629 ctsio->kern_total_len = ctsio->kern_data_len;
691 ctsio->kern_total_len = ctsio->kern_data_len;
1700 ctsio->kern_total_len = len;
1854 ctsio->kern_total_len = len;
2051 ctsio->kern_total_len = len;
2214 ctsio->kern_total_len = len;
2381 ctsio->kern_total_len
[all...]
H A Dscsi_ctl.c1889 io->scsiio.kern_total_len,

Completed in 114 milliseconds