Searched refs:sg_byte_count (Results 1 – 2 of 2) sorted by relevance
319 uint32_t sg_byte_count; member
635 struct skd_request_context *skreq, uint32_t *sg_byte_count) in skd_blkdev_preop_sg_list() argument642 *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() local850 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()