Searched refs:assoc_qid (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_debugfs.h | 482 if (cq->assoc_qid == phba->sli4_hba.hba_eq[eqidx]->queue_id) in lpfc_debug_dump_cq()
|
D | lpfc_debugfs.c | 3163 qp->assoc_qid, qp->q_cnt_1, in __lpfc_idiag_print_wq() 3185 if (qp->assoc_qid != cq_id) in lpfc_idiag_wqs_for_cq() 3193 if (qp->assoc_qid != cq_id) in lpfc_idiag_wqs_for_cq() 3214 qp->assoc_qid, qp->q_cnt_1, qp->q_cnt_2, in __lpfc_idiag_print_cq() 3240 qp->assoc_qid, qp->q_cnt_1, qp->q_cnt_2, in __lpfc_idiag_print_rqpair() 3265 if (qp->assoc_qid != eq_id) in lpfc_idiag_cqs_for_eq() 3284 if (qp->assoc_qid != eq_id) in lpfc_idiag_cqs_for_eq()
|
D | lpfc_sli4.h | 164 uint32_t assoc_qid; /* Queue ID associated with, for CQ/WQ/MQ */ member
|
D | lpfc_sli.c | 7510 sli4_hba->mbx_cq->assoc_qid) { in lpfc_sli4_process_missed_mbox_completions() 14664 cq->assoc_qid = eq->queue_id; in lpfc_cq_create() 14872 cq->assoc_qid = eq->queue_id; in lpfc_cq_create_set() 15121 mq->assoc_qid = cq->queue_id; in lpfc_mq_create() 15387 wq->assoc_qid = cq->queue_id; in lpfc_wq_create() 15581 hrq->assoc_qid = cq->queue_id; in lpfc_rq_create() 15674 drq->assoc_qid = cq->queue_id; in lpfc_rq_create() 15832 hrq->assoc_qid = cq->queue_id; in lpfc_mrq_create() 15841 drq->assoc_qid = cq->queue_id; in lpfc_mrq_create()
|
D | lpfc_init.c | 8738 qidx, wq->queue_id, wq->assoc_qid, qidx, cq->queue_id); in lpfc_create_wq_cq()
|