Lines Matching refs:hdr
602 struct virtio_net_hdr *hdr in virtio_net() local
607 hdr->flags |= VIRTIO_NET_HDR_F_DATA_VALID; in virtio_net()
610 __func__, __LINE__, hdr->flags); in virtio_net()
612 copy.out_len, hdr->gso_type); in virtio_net()
668 struct virtio_net_hdr *hdr in virtio_net() local
674 hdr->flags); in virtio_net()
677 hdr->gso_type); in virtio_net()
1101 read_header(int fd, struct virtio_blk_outhdr *hdr, __u32 desc_idx) in read_header() argument
1106 iovec.iov_len = sizeof(*hdr); in read_header()
1107 iovec.iov_base = hdr; in read_header()
1170 struct virtio_blk_outhdr hdr; in virtio_block() local
1234 &hdr, desc_idx); in virtio_block()
1246 (hdr.sector * SECTOR_SIZE); in virtio_block()
1259 if (hdr.type & ~(VIRTIO_BLK_T_OUT | in virtio_block()
1273 hdr.type); in virtio_block()