Searched refs:first_int (Results 1 – 1 of 1) sorted by relevance
426 int first_int, i; in bcm_pcib_alloc_msi() local432 for (first_int = 0; first_int + count < NUM_MSI; ) { in bcm_pcib_alloc_msi()433 for (i = first_int; i < first_int + count; ++i) { in bcm_pcib_alloc_msi()439 first_int = i + 1; in bcm_pcib_alloc_msi()451 sc->msi_isrcs[i + first_int].allocated = true; in bcm_pcib_alloc_msi()452 srcs[i] = &(sc->msi_isrcs[i + first_int].isrc); in bcm_pcib_alloc_msi()