Home
last modified time | relevance | path

Searched refs:blk_shift (Results 1 – 2 of 2) sorted by relevance

/freebsd/tools/tools/vhba/
H A Dvhba.c167 vhba_rwparm(uint8_t *cdb, uint64_t *offset, uint32_t *tl, uint64_t nblks, uint32_t blk_shift) in vhba_rwparm() argument
227 *tl = cnt << blk_shift; in vhba_rwparm()
228 *offset = lba << blk_shift; in vhba_rwparm()
/freebsd/sys/cam/scsi/
H A Dscsi_sa.c391 int blk_shift; member
2006 softc->blk_shift = in saioctl()
2011 softc->blk_shift = 0; in saioctl()
2023 softc->blk_shift = 0; in saioctl()
2873 if (softc->blk_shift != 0) { in sastart()
2874 length = length >> softc->blk_shift; in sastart()
3138 if (softc->blk_shift != 0) { in sadone()
3140 softc->blk_shift; in sadone()
3536 softc->blk_shift = in samount()
3541 softc->blk_shift = 0; in samount()
[all …]