Lines Matching full:vector
15 msi_vector_t *vector,
20 uint16_t vector,
26 uint16_t vector);
29 uint16_t vector);
81 * @brief Generate the MSI Message Address data for the given vector
84 * @param vector A valid allocated MSI vector array
85 * @param n_vector the size of the vector array
90 msi_vector_t *vector, in vtd_remap_msi() argument
96 return api->remap_msi(dev, vector, n_vector); in vtd_remap_msi()
100 * @brief Remap the given vector
104 * @param vector An allocated interrupt vector
112 uint16_t vector, in vtd_remap() argument
119 return api->remap(dev, irte_idx, vector, flags, src_id); in vtd_remap()
123 * @brief Set the vector on the allocated irte
127 * @param vector An allocated interrupt vector
133 uint16_t vector) in vtd_set_irte_vector() argument
138 return api->set_irte_vector(dev, irte_idx, vector); in vtd_set_irte_vector()
142 * @brief Get the irte allocated for the given vector
145 * @param vector An allocated interrupt vector
150 uint16_t vector) in vtd_get_irte_by_vector() argument
155 return api->get_irte_by_vector(dev, vector); in vtd_get_irte_by_vector()
159 * @brief Get the vector given to the IRTE
164 * @return the vector set to this IRTE