Home
last modified time | relevance | path

Searched refs:total_qe_count (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_sli.c10309 int x, total_qe_count; in lpfc_sli4_queue_alloc() local
10325 for (x = 0, total_qe_count = 0; x < queue->page_count; x++) { in lpfc_sli4_queue_alloc()
10341 for (; total_qe_count < entry_count && in lpfc_sli4_queue_alloc()
10343 total_qe_count++, dma_pointer += entry_size) { in lpfc_sli4_queue_alloc()
10344 queue->qe[total_qe_count].address = dma_pointer; in lpfc_sli4_queue_alloc()