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

/freebsd-10.2-release/sys/cam/ctl/
H A Dctl_frontend_iscsi.c695 cfiscsi_handle_data_segment(struct icl_pdu *request, struct cfiscsi_data_wait *cdw) argument
717 io = cdw->cdw_ctl_io;
771 * times for one SCSI command; the cdw structure holds state for the
775 KASSERT(cdw->cdw_sg_index < ctl_sg_count,
776 ("cdw->cdw_sg_index >= ctl_sg_count"));
777 if (cdw->cdw_sg_len == 0) {
778 cdw->cdw_sg_addr = ctl_sglist[cdw->cdw_sg_index].addr;
779 cdw->cdw_sg_len = ctl_sglist[cdw
882 struct cfiscsi_data_wait *cdw = NULL; local
1074 struct cfiscsi_data_wait *cdw; local
2540 struct cfiscsi_data_wait *cdw; local
2705 struct cfiscsi_data_wait *cdw; local
2793 struct cfiscsi_data_wait *cdw, *tmpcdw; local
[all...]

Completed in 41 milliseconds