Searched refs:sp_cqe_event_pool (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h932 struct list_head sp_cqe_event_pool; member in struct:lpfc_sli4_hba
H A Dlpfc_init.c8037 INIT_LIST_HEAD(&phba->sli4_hba.sp_cqe_event_pool);
11542 &phba->sli4_hba.sp_cqe_event_pool);
11567 &phba->sli4_hba.sp_cqe_event_pool, list) {
11588 list_remove_head(&phba->sli4_hba.sp_cqe_event_pool, cq_event,
11627 list_add_tail(&cq_event->list, &phba->sli4_hba.sp_cqe_event_pool);

Completed in 122 milliseconds