Home
last modified time | relevance | path

Searched refs:sc_max_vectors (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/pci/
H A Dif_iavf.c372 unsigned int sc_max_vectors; member
2189 return MIN(sc->sc_max_vectors, (unsigned int)count); in iavf_calc_msix_count()
2198 if (sc->sc_max_vectors > 1) { in iavf_calc_queue_pair_size()
4373 sc->sc_max_vectors = le16toh(vf_res->max_vectors); in iavf_process_vf_resources()