Home
last modified time | relevance | path

Searched refs:supported_hash_types (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_net.h119 uint32_t supported_hash_types; member
/openbmc/linux/include/uapi/linux/
H A Dvirtio_net.h119 __le32 supported_hash_types; member
/openbmc/linux/drivers/vdpa/pds/
H A Ddebugfs.c220 le32_to_cpu(vc.supported_hash_types)); in config_show()
/openbmc/qemu/hw/net/
H A Dvirtio-net.c103 .end = endof(struct virtio_net_config, supported_hash_types)},
158 virtio_stl_p(vdev, &netcfg.supported_hash_types, in virtio_net_get_config()
/openbmc/linux/drivers/net/
H A Dvirtio_net.c4548 virtio_cread32(vdev, offsetof(struct virtio_net_config, supported_hash_types)); in virtnet_probe()