Searched refs:blk_shift (Results 1 – 2 of 2) sorted by relevance
168 vhba_rwparm(uint8_t *cdb, uint64_t *offset, uint32_t *tl, uint64_t nblks, uint32_t blk_shift) in vhba_rwparm() argument228 *tl = cnt << blk_shift; in vhba_rwparm()229 *offset = lba << blk_shift; in vhba_rwparm()
394 int blk_shift; member2006 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 …]