Lines Matching full:vector
140 * vp_legacy_queue_vector - set the MSIX vector for a specific virtqueue
143 * @vector: the queue vector
145 * Returns the queue vector read from the device
148 u16 index, u16 vector) in vp_legacy_queue_vector() argument
151 iowrite16(vector, ldev->ioaddr + VIRTIO_MSI_QUEUE_VECTOR); in vp_legacy_queue_vector()
158 * vp_legacy_config_vector - set the vector for config interrupt
160 * @vector: the config vector
162 * Returns the config vector read from the device
165 u16 vector) in vp_legacy_config_vector() argument
167 /* Setup the vector used for configuration events */ in vp_legacy_config_vector()
168 iowrite16(vector, ldev->ioaddr + VIRTIO_MSI_CONFIG_VECTOR); in vp_legacy_config_vector()
169 /* Verify we had enough resources to assign the vector */ in vp_legacy_config_vector()