HomeSort by: relevance | last modified time | path
    Searched defs:sc_max_vectors (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_iavf.c 372 unsigned int sc_max_vectors; member in struct:iavf_softc
2192 return MIN(sc->sc_max_vectors, (unsigned int)count);
2201 if (sc->sc_max_vectors > 1) {
4377 sc->sc_max_vectors = le16toh(vf_res->max_vectors);

Completed in 14 milliseconds