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

/freebsd-10.2-release/sys/cam/ctl/
H A Dctl_backend.h151 * ublockexp is the log2() of number of LBAs on the LUN per UNMAP block.
203 uint16_t ublockexp; /* passed to CTL */ member in struct:ctl_be_lun
H A Dctl_backend_block.c178 uint16_t ublockexp; member in struct:ctl_be_block_lun
1853 be_lun->ublockexp = fls(uss) - 1;
2029 be_lun->ublockexp = fls(uss) - 1;
2265 be_lun->ublockexp = 0;
2313 be_lun->ctl_be_lun.ublockexp = be_lun->ublockexp;
2694 be_lun->ctl_be_lun.ublockexp = be_lun->ublockexp;
H A Dctl.c10235 if (lun->be_lun->ublockexp != 0) {
10236 scsi_ulto4b((1 << lun->be_lun->ublockexp),

Completed in 130 milliseconds