Home
last modified time | relevance | path

Searched refs:pblockoff (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/cam/ctl/
Dctl_backend.h154 uint16_t pblockoff; /* passed to CTL */ member
Dctl_tpc_local.c305 lun->be_lun->pblockoff; in tpcl_resolve()
Dctl_tpc.c769 list->lun->be_lun->pblockoff; in tpc_resolve()
1218 if (list->lun->be_lun->pblockoff > 0) in tpc_process_wut()
1219 pbo = pb - dstblock * list->lun->be_lun->pblockoff; in tpc_process_wut()
2006 scsi_ulto2b(lun->be_lun->pblockoff & SRC16_LALBA_A, dtsd->lalba_lbp); in tpc_create_token()
Dctl_backend_block.c1307 if (be_lun->cbe_lun.pblockoff > 0) in ctl_be_block_cw_dispatch_ws()
1308 pbo = pb - cbe_lun->blocksize * be_lun->cbe_lun.pblockoff; in ctl_be_block_cw_dispatch_ws()
1855 cbe_lun->pblockoff = (pss - pos) % pss; in ctl_be_block_open_file()
2021 cbe_lun->pblockoff = (pss - pos) % pss; in ctl_be_block_open_dev()
Dctl_backend_ramdisk.c1007 cbe_lun->pblockoff = 0; in ctl_backend_ramdisk_create()
Dctl.c7023 scsi_ulto2b(lun->be_lun->pblockoff & SRC16_LALBA_A, data->lalba_lbp); in ctl_read_capacity_16()