Home
last modified time | relevance | path

Searched refs:wqidx (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h405 * @wqidx: Index to a FCP or NVME work queue.
408 * by the wqidx.
411 lpfc_debug_dump_wq(struct lpfc_hba *phba, int qtype, int wqidx) in lpfc_debug_dump_wq() argument
417 wq = phba->sli4_hba.hdwq[wqidx].io_wq; in lpfc_debug_dump_wq()
433 qtypestr, wqidx, wq->queue_id); in lpfc_debug_dump_wq()
445 * @wqidx: Index to a FCP work queue.
448 * which is associated to the work queue specified by the @wqidx.
451 lpfc_debug_dump_cq(struct lpfc_hba *phba, int qtype, int wqidx) in lpfc_debug_dump_cq() argument
461 wq = phba->sli4_hba.hdwq[wqidx].io_wq; in lpfc_debug_dump_cq()
462 cq = phba->sli4_hba.hdwq[wqidx] in lpfc_debug_dump_cq()
[all...]
H A Dlpfc.h127 uint16_t wqidx[40]; member
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h414 * @wqidx: Index to a FCP or NVME work queue.
417 * by the wqidx.
420 lpfc_debug_dump_wq(struct lpfc_hba *phba, int qtype, int wqidx) in lpfc_debug_dump_wq() argument
426 wq = phba->sli4_hba.hdwq[wqidx].io_wq; in lpfc_debug_dump_wq()
442 qtypestr, wqidx, wq->queue_id); in lpfc_debug_dump_wq()
454 * @wqidx: Index to a FCP work queue.
457 * which is associated to the work queue specified by the @wqidx.
460 lpfc_debug_dump_cq(struct lpfc_hba *phba, int qtype, int wqidx) in lpfc_debug_dump_cq() argument
470 wq = phba->sli4_hba.hdwq[wqidx].io_wq; in lpfc_debug_dump_cq()
471 cq = phba->sli4_hba.hdwq[wqidx] in lpfc_debug_dump_cq()
[all...]
H A Dlpfc.h129 uint16_t wqidx[40]; member

Completed in 11 milliseconds