Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_sli4.h181 uint32_t entry_cnt_per_pg; member
1178 return q->q_pgs[idx / q->entry_cnt_per_pg] + in lpfc_sli4_qe()
1179 (q->entry_size * (idx % q->entry_cnt_per_pg)); in lpfc_sli4_qe()
Dlpfc_sli.c15832 queue->entry_cnt_per_pg = hw_page_size / entry_size; in lpfc_sli4_queue_alloc()