Searched refs:sg2 (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/arch/mips/dts/ |
H A D | mscc,jr2.dtsi | 134 function = "sg2";
|
/openbmc/linux/drivers/usb/core/ |
H A D | message.c | 564 struct scatterlist *sg2; in usb_sg_init() local 567 for_each_sg(sg, sg2, nents, j) in usb_sg_init() 568 len += sg2->length; in usb_sg_init()
|
/openbmc/qemu/hw/net/ |
H A D | virtio-net.c | 2737 struct iovec sg[VIRTQUEUE_MAX_SIZE], sg2[VIRTQUEUE_MAX_SIZE + 1], *out_sg; in virtio_net_flush_tx() local 2759 sg2[0].iov_base = &vhdr; in virtio_net_flush_tx() 2760 sg2[0].iov_len = sizeof(vhdr); in virtio_net_flush_tx() 2761 out_num = iov_copy(&sg2[1], ARRAY_SIZE(sg2) - 1, out_sg, out_num, in virtio_net_flush_tx() 2767 out_sg = sg2; in virtio_net_flush_tx()
|
/openbmc/linux/arch/arm64/boot/dts/microchip/ |
H A D | sparx5.dtsi | 252 function = "sg2";
|
/openbmc/linux/drivers/md/ |
H A D | dm-crypt.c | 959 struct scatterlist *sg, *sg2, src, dst; in crypt_iv_elephant() local 996 sg2 = crypt_get_sg_data(cc, dmreq->sg_in); in crypt_iv_elephant() 997 data2 = kmap_local_page(sg_page(sg2)); in crypt_iv_elephant() 998 memcpy(data_offset, data2 + sg2->offset, cc->sector_size); in crypt_iv_elephant()
|
/openbmc/linux/kernel/sched/ |
H A D | fair.c | 9813 struct sched_group *sg2) in smt_vs_nonsmt_groups() argument 9815 if (!sg1 || !sg2) in smt_vs_nonsmt_groups() 9819 (sg2->flags & SD_SHARE_CPUCAPACITY); in smt_vs_nonsmt_groups()
|