Lines Matching full:fcp
399 * lpfc_debug_dump_wq - dump all entries from the fcp or nvme work queue
401 * @wqidx: Index to a FCP or NVME work queue.
403 * This function dumps all entries from a FCP or NVME work queue specified
414 qtypestr = "FCP"; in lpfc_debug_dump_wq()
441 * lpfc_debug_dump_cq - dump all entries from a fcp or nvme work queue's
444 * @wqidx: Index to a FCP work queue.
446 * This function dumps all entries from a FCP or NVME completion queue
456 /* fcp/nvme wq and cq are 1:1, thus same indexes */ in lpfc_debug_dump_cq()
461 qtypestr = "FCP"; in lpfc_debug_dump_cq()
507 * lpfc_debug_dump_hba_eq - dump all entries from a fcp work queue's evt queue
509 * @fcp_wqidx: Index to a FCP work queue.
511 * This function dumps all entries from a FCP event queue which is
512 * associated to the FCP work queue specified by the @fcp_wqidx.
571 pr_err("FCP WQ[Idx:%d|Qid:%d]\n", wq_idx, qid); in lpfc_debug_dump_wq_by_id()
654 pr_err("FCP CQ[Idx:%d|Qid:%d]\n", cq_idx, qid); in lpfc_debug_dump_cq_by_id()
705 printk(KERN_ERR "FCP EQ[Idx:%d|Qid:%d]\n", eq_idx, qid); in lpfc_debug_dump_eq_by_id()