Home
last modified time | relevance | path

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

/freebsd-13.1/tools/tools/vhba/
H A Dvhba.c168 vhba_rwparm(uint8_t *cdb, uint64_t *offset, uint32_t *tl, uint64_t nblks, uint32_t blk_shift) in vhba_rwparm() argument
228 *tl = cnt << blk_shift; in vhba_rwparm()
229 *offset = lba << blk_shift; in vhba_rwparm()
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_sa.c394 int blk_shift; member
2006 softc->blk_shift = in saioctl()
2011 softc->blk_shift = 0; in saioctl()
2023 softc->blk_shift = 0; in saioctl()
2872 if (softc->blk_shift != 0) { in sastart()
2873 length = length >> softc->blk_shift; in sastart()
3137 if (softc->blk_shift != 0) { in sadone()
3139 softc->blk_shift; in sadone()
3535 softc->blk_shift = in samount()
3540 softc->blk_shift = 0; in samount()
[all …]