Searched refs:feature (Results 1 – 3 of 3) sorted by relevance
136 static void dump_feature_bits(uint64_t feature) { in dump_feature_bits() argument138 if (feature & VIRTIO_NET_F_CSUM) printf(" CSUM"); in dump_feature_bits()141 if (feature & VIRTIO_NET_F_MTU) printf(" MTU"); in dump_feature_bits()142 if (feature & VIRTIO_NET_F_MAC) printf(" MAC"); in dump_feature_bits()143 if (feature & VIRTIO_NET_F_GSO) printf(" GSO"); in dump_feature_bits()153 if (feature & VIRTIO_NET_F_STATUS) printf(" STATUS"); in dump_feature_bits()154 if (feature & VIRTIO_NET_F_CTRL_VQ) printf(" CTRL_VQ"); in dump_feature_bits()155 if (feature & VIRTIO_NET_F_CTRL_RX) printf(" CTRL_RX"); in dump_feature_bits()158 if (feature & VIRTIO_NET_F_MQ) printf(" MQ"); in dump_feature_bits()168 if (feature & VIRTIO_NET_F_RSS) printf(" RSS"); in dump_feature_bits()[all …]
149 printf("virtio-block %s features (%#x):", name, feature); in dump_feature_bits()150 if (feature & VIRTIO_BLK_F_BARRIER) printf(" BARRIER"); in dump_feature_bits()151 if (feature & VIRTIO_BLK_F_SIZE_MAX) printf(" SIZE_MAX"); in dump_feature_bits()152 if (feature & VIRTIO_BLK_F_SEG_MAX) printf(" SEG_MAX"); in dump_feature_bits()153 if (feature & VIRTIO_BLK_F_GEOMETRY) printf(" GEOMETRY"); in dump_feature_bits()154 if (feature & VIRTIO_BLK_F_RO) printf(" RO"); in dump_feature_bits()155 if (feature & VIRTIO_BLK_F_BLK_SIZE) printf(" BLK_SIZE"); in dump_feature_bits()156 if (feature & VIRTIO_BLK_F_SCSI) printf(" SCSI"); in dump_feature_bits()157 if (feature & VIRTIO_BLK_F_FLUSH) printf(" FLUSH"); in dump_feature_bits()160 if (feature & VIRTIO_BLK_F_DISCARD) printf(" DISCARD"); in dump_feature_bits()[all …]
50 static void dump_feature_bits(uint32_t feature) in dump_feature_bits() argument52 LTRACEF("virtio-9p host features (0x%x):", feature); in dump_feature_bits()53 if (feature & VIRTIO_9P_MOUNT_TAG) LTRACEF(" MOUNT_TAG"); in dump_feature_bits()
Completed in 10 milliseconds