Lines Matching refs:pque
4193 * @pque: The pointer to the queue to be read.
4205 lpfc_idiag_queacc_read_qe(char *pbuffer, int len, struct lpfc_queue *pque,
4211 if (!pbuffer || !pque)
4214 esize = pque->entry_size;
4219 pentry = lpfc_sli4_qe(pque, index);
4258 struct lpfc_queue *pque = NULL;
4277 pque = (struct lpfc_queue *)idiag.ptr_private;
4286 len = lpfc_idiag_queacc_read_qe(pbuffer, len, pque, index);
4296 while (len < LPFC_QUE_ACC_SIZE - pque->entry_size) {
4297 len = lpfc_idiag_queacc_read_qe(pbuffer, len, pque, index);
4299 if (index > pque->entry_count - 1)
4304 if (index > pque->entry_count - 1)
4337 struct lpfc_queue *pque, *qp;
4537 pque = (struct lpfc_queue *)idiag.ptr_private;
4538 if (offset > pque->entry_size/sizeof(uint32_t) - 1)
4540 pentry = lpfc_sli4_qe(pque, index);