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

/freebsd-11.0-release/sys/cam/ctl/
H A Dctl_backend.h163 * opttxferlen is the number of blocks that can be written in one operation.
213 uint32_t opttxferlen; /* passed to CTL */ member in struct:ctl_be_lun
H A Dctl_backend_ramdisk.c545 cbe_lun->opttxferlen = softc->rd_size / cbe_lun->blocksize;
H A Dctl_backend_block.c1907 cbe_lun->opttxferlen = CTLBLK_MAX_IO_SIZE / cbe_lun->blocksize;
2063 cbe_lun->opttxferlen = maxio / cbe_lun->blocksize;
H A Dctl.c9942 scsi_ulto4b(lun->be_lun->opttxferlen, bl_ptr->opt_txfer_len);

Completed in 186 milliseconds