Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/skd/
H A Dskd.h319 uint32_t sg_byte_count; member
H A Dskd.c635 struct skd_request_context *skreq, uint32_t *sg_byte_count) in skd_blkdev_preop_sg_list() argument
642 *sg_byte_count = 0; in skd_blkdev_preop_sg_list()
673 *sg_byte_count += cnt; in skd_blkdev_preop_sg_list()
739 uint32_t sg_byte_count = 0; in skd_start() local
850 skd_blkdev_preop_sg_list(skdev, skreq, &sg_byte_count); in skd_start()
852 scsi_req->hdr.sg_list_len_bytes = cpu_to_be32(sg_byte_count); in skd_start()
854 bcount = (sg_byte_count + 511) / 512; in skd_start()