Searched refs:lpfc_sglq (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_sli4.h | 577 struct lpfc_sglq **lpfc_sglq_active_list; 624 struct lpfc_sglq { struct
|
D | lpfc_crtn.h | 430 struct lpfc_sglq *__lpfc_get_active_sglq(struct lpfc_hba *, uint16_t);
|
D | lpfc_sli.c | 599 static struct lpfc_sglq * 602 struct lpfc_sglq *sglq; in __lpfc_clear_active_sglq() 621 struct lpfc_sglq * 624 struct lpfc_sglq *sglq; in __lpfc_get_active_sglq() 907 static struct lpfc_sglq * 911 struct lpfc_sglq *sglq = NULL; in __lpfc_sli_get_sglq() 912 struct lpfc_sglq *start_sglq = NULL; in __lpfc_sli_get_sglq() 932 list_remove_head(lpfc_sgl_list, sglq, struct lpfc_sglq, list); in __lpfc_sli_get_sglq() 944 struct lpfc_sglq, list); in __lpfc_sli_get_sglq() 1001 struct lpfc_sglq *sglq; in __lpfc_sli_release_iocbq_s4() [all …]
|
D | lpfc_init.c | 990 struct lpfc_sglq *sglq_entry = NULL; in lpfc_hba_down_post_s4() 3085 struct lpfc_sglq *sglq_entry = NULL, *sglq_entry_next = NULL; in lpfc_sli4_xri_sgl_update() 3106 sglq_entry = kzalloc(sizeof(struct lpfc_sglq), in lpfc_sli4_xri_sgl_update() 3151 sglq_entry, struct lpfc_sglq, list); in lpfc_sli4_xri_sgl_update() 5786 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL; in lpfc_free_sgl_list() 5829 size = sizeof(struct lpfc_sglq *); in lpfc_init_active_sgl_array()
|
D | lpfc_els.c | 8164 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL; in lpfc_sli4_vport_delete_els_xri_aborted() 8195 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL; in lpfc_sli4_els_xri_aborted()
|