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

/freebsd-10.1-release/sys/cam/ctl/
H A Dctl_backend.h143 * pblockexp is the log2() of number of LBAs on the LUN per physical sector.
189 uint16_t pblockexp; /* passed to CTL */ member in struct:ctl_be_lun
H A Dctl_backend_block.c170 uint16_t pblockexp; member in struct:ctl_be_block_lun
1777 be_lun->pblockexp = fls(pss) - 1;
1995 be_lun->pblockexp = 0;
2040 be_lun->ctl_be_lun.pblockexp = be_lun->pblockexp;
H A Dctl.c7269 data->prot_lbppbe = lun->be_lun->pblockexp & SRC16_LBPPBE;
10185 if (lun->be_lun->pblockexp != 0) {
10186 scsi_ulto4b((1 << lun->be_lun->pblockexp),

Completed in 70 milliseconds