Lines Matching refs:q
290 lpfc_debug_dump_qe(struct lpfc_queue *q, uint32_t idx) in lpfc_debug_dump_qe() argument
297 if (!q) in lpfc_debug_dump_qe()
299 if (idx >= q->entry_count) in lpfc_debug_dump_qe()
302 esize = q->entry_size; in lpfc_debug_dump_qe()
304 pword = q->qe[idx].address; in lpfc_debug_dump_qe()
338 lpfc_debug_dump_q(struct lpfc_queue *q) in lpfc_debug_dump_q() argument
343 if (!q) in lpfc_debug_dump_q()
346 dev_printk(KERN_ERR, &(((q->phba))->pcidev)->dev, in lpfc_debug_dump_q()
350 (q->phba)->brd_no, in lpfc_debug_dump_q()
351 q->queue_id, q->type, q->subtype, in lpfc_debug_dump_q()
352 q->entry_size, q->entry_count, in lpfc_debug_dump_q()
353 q->host_index, q->hba_index); in lpfc_debug_dump_q()
354 entry_count = q->entry_count; in lpfc_debug_dump_q()
356 lpfc_debug_dump_qe(q, idx); in lpfc_debug_dump_q()