Lines Matching defs:config
111 /* If the irq is shared by all vqs and the config interrupt,
113 * need to free config irq when msix_vector_status != MSIX_VECTOR_DEV_SHARED
132 * vectors for all virtqueues and the config interrupt.
141 /* all queues and config interrupt */
254 IFCVF_ERR(pdev, "No msix vector for device config\n");
286 /* vector 0 for vqs and 1 for config interrupt */
294 snprintf(vf->config_msix_name, 256, "ifcvf[%s]-config\n",
301 IFCVF_ERR(pdev, "Failed to request config irq\n");
307 IFCVF_ERR(pdev, "No msix vector for device config\n");
679 const struct vdpa_dev_set_config *config)
707 if (config->mask & BIT_ULL(VDPA_ATTR_DEV_FEATURES)) {
708 if (config->device_features & ~device_features) {
710 config->device_features, device_features);
713 device_features &= config->device_features;