Searched refs:childq (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 9543 struct lpfc_queue *eq, *childq; in lpfc_setup_cq_lookup() local 9555 list_for_each_entry(childq, &eq->child_list, list) { in lpfc_setup_cq_lookup() 9556 if (childq->queue_id > phba->sli4_hba.cq_max) in lpfc_setup_cq_lookup() 9558 if (childq->subtype == LPFC_IO) in lpfc_setup_cq_lookup() 9559 phba->sli4_hba.cq_lookup[childq->queue_id] = in lpfc_setup_cq_lookup() 9560 childq; in lpfc_setup_cq_lookup()
|
H A D | lpfc_sli.c | 468 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() 13829 struct lpfc_queue *cq = NULL, *childq; in lpfc_sli4_sp_handle_eqe() local 13836 list_for_each_entry(childq, &speq->child_list, list) { in lpfc_sli4_sp_handle_eqe() 13837 if (childq->queue_id == cqid) { in lpfc_sli4_sp_handle_eqe() 13838 cq = childq; in lpfc_sli4_sp_handle_eqe()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 11035 struct lpfc_queue *eq, *childq; in lpfc_setup_cq_lookup() local 11047 list_for_each_entry(childq, &eq->child_list, list) { in lpfc_setup_cq_lookup() 11048 if (childq->queue_id > phba->sli4_hba.cq_max) in lpfc_setup_cq_lookup() 11050 if (childq->subtype == LPFC_IO) in lpfc_setup_cq_lookup() 11051 phba->sli4_hba.cq_lookup[childq->queue_id] = in lpfc_setup_cq_lookup() 11052 childq; in lpfc_setup_cq_lookup()
|
H A D | lpfc_sli.c | 593 struct lpfc_queue *cq = NULL, *childq = NULL; in lpfc_sli4_eqcq_flush() local 603 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() 14806 struct lpfc_queue *cq = NULL, *childq; in lpfc_sli4_sp_handle_eqe() local 14813 list_for_each_entry(childq, &speq->child_list, list) { in lpfc_sli4_sp_handle_eqe() 14814 if (childq->queue_id == cqid) { in lpfc_sli4_sp_handle_eqe() 14815 cq = childq; in lpfc_sli4_sp_handle_eqe()
|
Completed in 75 milliseconds