Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c11019 struct lpfc_queue *eq, *childq; in lpfc_setup_cq_lookup() local
11031 list_for_each_entry(childq, &eq->child_list, list) { in lpfc_setup_cq_lookup()
11032 if (childq->queue_id > phba->sli4_hba.cq_max) in lpfc_setup_cq_lookup()
11034 if (childq->subtype == LPFC_IO) in lpfc_setup_cq_lookup()
11035 phba->sli4_hba.cq_lookup[childq->queue_id] = in lpfc_setup_cq_lookup()
11036 childq; in lpfc_setup_cq_lookup()
H A Dlpfc_sli.c588 struct lpfc_queue *cq = NULL, *childq = NULL; in lpfc_sli4_eqcq_flush() local
598 list_for_each_entry(childq, &eq->child_list, list) { in lpfc_sli4_eqcq_flush()
599 if (childq->queue_id == cqid) { in lpfc_sli4_eqcq_flush()
600 cq = childq; in lpfc_sli4_eqcq_flush()
14838 struct lpfc_queue *cq = NULL, *childq; in lpfc_sli4_sp_handle_eqe() local
14845 list_for_each_entry(childq, &speq->child_list, list) { in lpfc_sli4_sp_handle_eqe()
14846 if (childq->queue_id == cqid) { in lpfc_sli4_sp_handle_eqe()
14847 cq = childq; in lpfc_sli4_sp_handle_eqe()