Lines Matching refs:pque
4195 * @pque: The pointer to the queue to be read.
4207 lpfc_idiag_queacc_read_qe(char *pbuffer, int len, struct lpfc_queue *pque,
4213 if (!pbuffer || !pque)
4216 esize = pque->entry_size;
4221 pentry = lpfc_sli4_qe(pque, index);
4260 struct lpfc_queue *pque = NULL;
4279 pque = (struct lpfc_queue *)idiag.ptr_private;
4288 len = lpfc_idiag_queacc_read_qe(pbuffer, len, pque, index);
4298 while (len < LPFC_QUE_ACC_SIZE - pque->entry_size) {
4299 len = lpfc_idiag_queacc_read_qe(pbuffer, len, pque, index);
4301 if (index > pque->entry_count - 1)
4306 if (index > pque->entry_count - 1)
4339 struct lpfc_queue *pque, *qp;
4536 pque = (struct lpfc_queue *)idiag.ptr_private;
4537 if (offset > pque->entry_size/sizeof(uint32_t) - 1)
4539 pentry = lpfc_sli4_qe(pque, index);