Searched refs:q_pgs (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h280 void **q_pgs; /* array to index entries per page */ member in struct:lpfc_queue
1179 return q->q_pgs[idx / q->entry_cnt_per_pg] +
H A Dlpfc_sli.c15865 queue->q_pgs = (void **)&queue[1];
15887 queue->q_pgs[x] = dmabuf->virt;

Completed in 161 milliseconds