Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cam/ctl/
Dctl_io.h305 uint32_t kern_total_len; member
462 uint32_t kern_total_len; /* Total length of this member
Dctl_tpc.c303 ctsio->kern_total_len = ctsio->kern_data_len; in ctl_inquiry_evpd_tpc()
469 ctsio->kern_total_len = ctsio->kern_data_len; in ctl_receive_copy_operating_parameters()
557 ctsio->kern_total_len = ctsio->kern_data_len; in ctl_receive_copy_status_lid1()
625 ctsio->kern_total_len = ctsio->kern_data_len; in ctl_receive_copy_failure_details()
687 ctsio->kern_total_len = ctsio->kern_data_len; in ctl_receive_copy_status_lid4()
1696 ctsio->kern_total_len = len; in ctl_extended_copy_lid1()
1850 ctsio->kern_total_len = len; in ctl_extended_copy_lid4()
2047 ctsio->kern_total_len = len; in ctl_populate_token()
2210 ctsio->kern_total_len = len; in ctl_write_using_token()
2377 ctsio->kern_total_len = ctsio->kern_data_len; in ctl_receive_rod_token_information()
[all …]
Dctl.c661 msg.dt.kern_total_len = io->scsiio.kern_total_len; in ctl_ha_datamove()
1493 io->scsiio.kern_total_len = in ctl_isc_event_handler()
1494 msg->dt.kern_total_len; in ctl_isc_event_handler()
5474 ctsio->kern_total_len = length; in ctl_format()
5599 ctsio->kern_total_len = len; in ctl_read_buffer()
5644 ctsio->kern_total_len = len; in ctl_write_buffer()
5751 ctsio->kern_total_len = len; in ctl_write_same()
5796 ctsio->kern_total_len = len; in ctl_unmap()
5806 len = ctsio->kern_total_len - ctsio->kern_data_resid; in ctl_unmap()
6285 ctsio->kern_total_len = param_len; in ctl_mode_select()
[all …]
Dctl_frontend_iscsi.c701 request->ip_data_len, io->scsiio.kern_total_len); in cfiscsi_handle_data_segment()
2347 PDU_TOTAL_TRANSFER_LEN(request) = io->scsiio.kern_total_len; in cfiscsi_datamove_in()
2363 if (expected_len != io->scsiio.kern_total_len) { in cfiscsi_datamove_in()
2366 (size_t)io->scsiio.kern_total_len); in cfiscsi_datamove_in()
2491 if (buffer_offset == io->scsiio.kern_total_len || in cfiscsi_datamove_in()
2503 if (buffer_offset == io->scsiio.kern_total_len || in cfiscsi_datamove_in()
2557 PDU_TOTAL_TRANSFER_LEN(request) = io->scsiio.kern_total_len; in cfiscsi_datamove_out()
Dscsi_ctl.c1878 io->scsiio.kern_total_len, in ctlfe_dump_queue()