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

/freebsd-10.3-release/sys/cam/ctl/
H A Dctl_backend.h157 * ublockexp is the log2() of number of LBAs on the LUN per UNMAP block.
210 uint16_t ublockexp; /* passed to CTL */ member in struct:ctl_be_lun
H A Dctl_backend_block.c1895 cbe_lun->ublockexp = fls(uss) - 1;
2061 cbe_lun->ublockexp = fls(uss) - 1;
H A Dctl.c9947 if (lun->be_lun->ublockexp != 0) {
9948 scsi_ulto4b((1 << lun->be_lun->ublockexp),

Completed in 109 milliseconds