Home
last modified time | relevance | path

Searched refs:childq (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_init.c9562 struct lpfc_queue *eq, *childq; in lpfc_setup_cq_lookup() local
9574 list_for_each_entry(childq, &eq->child_list, list) { in lpfc_setup_cq_lookup()
9575 if (childq->queue_id > phba->sli4_hba.cq_max) in lpfc_setup_cq_lookup()
9577 if (childq->subtype == LPFC_IO) in lpfc_setup_cq_lookup()
9578 phba->sli4_hba.cq_lookup[childq->queue_id] = in lpfc_setup_cq_lookup()
9579 childq; in lpfc_setup_cq_lookup()
Dlpfc_sli.c468 struct lpfc_queue *cq = NULL, *childq = NULL; in lpfc_sli4_eqcq_flush() local
478 list_for_each_entry(childq, &eq->child_list, list) { in lpfc_sli4_eqcq_flush()
479 if (childq->queue_id == cqid) { in lpfc_sli4_eqcq_flush()
480 cq = childq; in lpfc_sli4_eqcq_flush()
13770 struct lpfc_queue *cq = NULL, *childq; in lpfc_sli4_sp_handle_eqe() local
13777 list_for_each_entry(childq, &speq->child_list, list) { in lpfc_sli4_sp_handle_eqe()
13778 if (childq->queue_id == cqid) { in lpfc_sli4_sp_handle_eqe()
13779 cq = childq; in lpfc_sli4_sp_handle_eqe()