Home
last modified time | relevance | path

Searched refs:assoc_qid (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h490 if (cq->assoc_qid == eq->queue_id) in lpfc_debug_dump_cq()
H A Dlpfc_sli4.h215 uint32_t assoc_qid; /* Queue ID associated with, for CQ/WQ/MQ */ member
H A Dlpfc_debugfs.c3869 qp->assoc_qid, qp->q_cnt_1, in __lpfc_idiag_print_wq()
3891 if (qp->assoc_qid != cq_id) in lpfc_idiag_wqs_for_cq()
3912 qp->assoc_qid, qp->q_cnt_1, qp->q_cnt_2, in __lpfc_idiag_print_cq()
3939 qp->assoc_qid, qp->q_cnt_1, qp->q_cnt_2, in __lpfc_idiag_print_rqpair()
H A Dlpfc_sli.c9206 if (eq && eq->queue_id == sli4_hba->mbx_cq->assoc_qid) { in lpfc_sli4_process_missed_mbox_completions()
16357 cq->assoc_qid = eq->queue_id; in lpfc_cq_create()
16571 cq->assoc_qid = eq->queue_id; in lpfc_cq_create_set()
16824 mq->assoc_qid = cq->queue_id; in lpfc_mq_create()
17085 wq->assoc_qid = cq->queue_id; in lpfc_wq_create()
17280 hrq->assoc_qid = cq->queue_id; in lpfc_rq_create()
17373 drq->assoc_qid = cq->queue_id; in lpfc_rq_create()
17532 hrq->assoc_qid = cq->queue_id; in lpfc_mrq_create()
17541 drq->assoc_qid = cq->queue_id; in lpfc_mrq_create()
H A Dlpfc_init.c11003 qidx, wq->queue_id, wq->assoc_qid, qidx, cq->queue_id); in lpfc_create_wq_cq()