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

  /src/sys/dev/pci/
virtio_pci.c 112 int sc_ihs_num; member in struct:virtio_pci_softc
371 KASSERT(psc->sc_ihs_num == 0);
672 if (psc->sc_ihs_num > 1) {
794 if (psc->sc_ihs_num > 1) {
1193 psc->sc_ihs_num = nmsix;
1208 psc->sc_ihs_num = 1;
1231 for (int i = 0; i < psc->sc_ihs_num; i++) {
1238 if (psc->sc_ihs_num > 0) {
1240 psc->sc_ihs_num);
1244 kmem_free(psc->sc_ihs, sizeof(*psc->sc_ihs) * psc->sc_ihs_num);
    [all...]
virtio_pci.c 112 int sc_ihs_num; member in struct:virtio_pci_softc
371 KASSERT(psc->sc_ihs_num == 0);
672 if (psc->sc_ihs_num > 1) {
794 if (psc->sc_ihs_num > 1) {
1193 psc->sc_ihs_num = nmsix;
1208 psc->sc_ihs_num = 1;
1231 for (int i = 0; i < psc->sc_ihs_num; i++) {
1238 if (psc->sc_ihs_num > 0) {
1240 psc->sc_ihs_num);
1244 kmem_free(psc->sc_ihs, sizeof(*psc->sc_ihs) * psc->sc_ihs_num);
    [all...]

Completed in 135 milliseconds