Searched refs:childq (Results 1 – 2 of 2) sorted by relevance
10804 struct lpfc_queue *eq, *childq; in lpfc_setup_cq_lookup() local10816 list_for_each_entry(childq, &eq->child_list, list) { in lpfc_setup_cq_lookup()10817 if (childq->queue_id > phba->sli4_hba.cq_max) in lpfc_setup_cq_lookup()10819 if (childq->subtype == LPFC_IO) in lpfc_setup_cq_lookup()10820 phba->sli4_hba.cq_lookup[childq->queue_id] = in lpfc_setup_cq_lookup()10821 childq; in lpfc_setup_cq_lookup()
595 struct lpfc_queue *cq = NULL, *childq = NULL; in lpfc_sli4_eqcq_flush() local605 list_for_each_entry(childq, &eq->child_list, list) { in lpfc_sli4_eqcq_flush()606 if (childq->queue_id == cqid) { in lpfc_sli4_eqcq_flush()607 cq = childq; in lpfc_sli4_eqcq_flush()15019 struct lpfc_queue *cq = NULL, *childq; in lpfc_sli4_sp_handle_eqe() local15026 list_for_each_entry(childq, &speq->child_list, list) { in lpfc_sli4_sp_handle_eqe()15027 if (childq->queue_id == cqid) { in lpfc_sli4_sp_handle_eqe()15028 cq = childq; in lpfc_sli4_sp_handle_eqe()