Home | History | Annotate | Download | only in pci

Lines Matching defs:sc_ihs_num

112 	int			sc_ihs_num;
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);
1247 psc->sc_ihs_num = 0;