Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_sli4.h181 uint32_t entry_cnt_per_pg; member
1160 return q->q_pgs[idx / q->entry_cnt_per_pg] + in lpfc_sli4_qe()
1161 (q->entry_size * (idx % q->entry_cnt_per_pg)); in lpfc_sli4_qe()
H A Dlpfc_sli.c14903 queue->entry_cnt_per_pg = hw_page_size / entry_size; in lpfc_sli4_queue_alloc()