Searched refs:childq (Results 1 – 2 of 2) sorted by relevance
11033 struct lpfc_queue *eq, *childq; in lpfc_setup_cq_lookup() local11045 list_for_each_entry(childq, &eq->child_list, list) { in lpfc_setup_cq_lookup()11046 if (childq->queue_id > phba->sli4_hba.cq_max) in lpfc_setup_cq_lookup()11048 if (childq->subtype == LPFC_IO) in lpfc_setup_cq_lookup()11049 phba->sli4_hba.cq_lookup[childq->queue_id] = in lpfc_setup_cq_lookup()11050 childq; in lpfc_setup_cq_lookup()
593 struct lpfc_queue *cq = NULL, *childq = NULL; in lpfc_sli4_eqcq_flush() local603 list_for_each_entry(childq, &eq->child_list, list) { in lpfc_sli4_eqcq_flush()604 if (childq->queue_id == cqid) { in lpfc_sli4_eqcq_flush()605 cq = childq; in lpfc_sli4_eqcq_flush()14791 struct lpfc_queue *cq = NULL, *childq; in lpfc_sli4_sp_handle_eqe() local14798 list_for_each_entry(childq, &speq->child_list, list) { in lpfc_sli4_sp_handle_eqe()14799 if (childq->queue_id == cqid) { in lpfc_sli4_sp_handle_eqe()14800 cq = childq; in lpfc_sli4_sp_handle_eqe()