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

/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_backend.h140 * pblockexp is the log2() of number of LBAs on the LUN per physical sector.
186 uint16_t pblockexp; /* passed to CTL */ member in struct:ctl_be_lun
H A Dctl_backend_block.c161 uint16_t pblockexp; member in struct:ctl_be_block_lun
1387 be_lun->pblockexp = fls(pss) - 1;
1621 be_lun->pblockexp = 0;
1673 be_lun->ctl_be_lun.pblockexp = be_lun->pblockexp;
H A Dctl.c6860 data->prot_lbppbe = lun->be_lun->pblockexp & SRC16_LBPPBE;

Completed in 68 milliseconds