Searched refs:first_int (Results 1 – 1 of 1) sorted by relevance
440 int first_int, i; in bcm_pcib_alloc_msi() local446 for (first_int = 0; first_int + count < NUM_MSI; ) { in bcm_pcib_alloc_msi()447 for (i = first_int; i < first_int + count; ++i) { in bcm_pcib_alloc_msi()453 first_int = i + 1; in bcm_pcib_alloc_msi()465 sc->msi_isrcs[i + first_int].allocated = true; in bcm_pcib_alloc_msi()466 srcs[i] = &(sc->msi_isrcs[i + first_int].isrc); in bcm_pcib_alloc_msi()