Searched refs:device_features (Results 1 – 7 of 7) sorted by relevance
12 u64 device_features; in virtio_debug_device_features_show() local15 device_features = dev->config->get_features(dev); in virtio_debug_device_features_show()17 if (device_features & (1ULL << i)) in virtio_debug_device_features_show()
505 u64 device_features; in octep_vdpa_dev_add() 521 device_features = oct_hw->features; in octep_vdpa_dev_add() 523 if (config->device_features & ~device_features) { in octep_vdpa_dev_add() 525 config->device_features, device_features); in octep_vdpa_dev_add() 529 device_features &= config->device_features; in octep_vdpa_dev_del() 532 oct_hw->features = device_features;533 dev_info(&pdev->dev, "Vdpa management device features : %llx\n", device_features);472 u64 device_features; octep_vdpa_dev_add() local [all...]
701 u64 device_features; in ifcvf_vdpa_dev_add() local721 device_features = vf->hw_features; in ifcvf_vdpa_dev_add()723 if (config->device_features & ~device_features) { in ifcvf_vdpa_dev_add()725 config->device_features, device_features); in ifcvf_vdpa_dev_add()728 device_features &= config->device_features; in ifcvf_vdpa_dev_add()730 vf->dev_features = device_features; in ifcvf_vdpa_dev_add()
80 cat $debugfs/device_features |grep "^$feature$" &> /dev/null
634 config.device_features = in vdpa_nl_cmd_dev_add_set_doit()637 !(config.device_features & BIT_ULL(VIRTIO_NET_F_MAC))) in vdpa_nl_cmd_dev_add_set_doit()640 !(config.device_features & BIT_ULL(VIRTIO_NET_F_MTU))) in vdpa_nl_cmd_dev_add_set_doit()644 !(config.device_features & BIT_ULL(VIRTIO_NET_F_MQ))) in vdpa_nl_cmd_dev_add_set_doit()691 config.device_features & VIRTIO_DEVICE_F_MASK) { in vdpa_nl_cmd_dev_add_set_doit()
114 u64 device_features; member
659 add_config->device_features & ~pdsv->supported_features; in pds_vdpa_dev_add()667 pdsv->supported_features = add_config->device_features; in pds_vdpa_dev_add()