Searched refs:sp_asynce_work_queue (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h933 struct list_head sp_asynce_work_queue; member in struct:lpfc_sli4_hba
934 spinlock_t asynce_list_lock; /* protect sp_asynce_work_queue list */
H A Dlpfc_init.c7330 while (!list_empty(&phba->sli4_hba.sp_asynce_work_queue)) {
7331 list_remove_head(&phba->sli4_hba.sp_asynce_work_queue,
8041 INIT_LIST_HEAD(&phba->sli4_hba.sp_asynce_work_queue);
11672 list_splice_init(&phba->sli4_hba.sp_asynce_work_queue,
H A Dlpfc_sli.c14262 list_add_tail(&cq_event->list, &phba->sli4_hba.sp_asynce_work_queue);

Completed in 170 milliseconds