Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_sli.c14203 int x, total_qe_count; in lpfc_sli4_queue_alloc() local
14235 for (x = 0, total_qe_count = 0; x < queue->page_count; x++) { in lpfc_sli4_queue_alloc()
14250 for (; total_qe_count < entry_count && in lpfc_sli4_queue_alloc()
14252 total_qe_count++, dma_pointer += entry_size) { in lpfc_sli4_queue_alloc()
14253 queue->qe[total_qe_count].address = dma_pointer; in lpfc_sli4_queue_alloc()