Searched refs:lpfc_sglq (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/lpfc/ |
D | lpfc_sli4.h | 577 struct lpfc_sglq **lpfc_sglq_active_list; 625 struct lpfc_sglq { struct
|
D | lpfc_crtn.h | 431 struct lpfc_sglq *__lpfc_get_active_sglq(struct lpfc_hba *, uint16_t);
|
D | lpfc_sli.c | 603 static struct lpfc_sglq * 606 struct lpfc_sglq *sglq; in __lpfc_clear_active_sglq() 625 struct lpfc_sglq * 628 struct lpfc_sglq *sglq; in __lpfc_get_active_sglq() 911 static struct lpfc_sglq * 915 struct lpfc_sglq *sglq = NULL; in __lpfc_sli_get_sglq() 916 struct lpfc_sglq *start_sglq = NULL; in __lpfc_sli_get_sglq() 936 list_remove_head(lpfc_sgl_list, sglq, struct lpfc_sglq, list); in __lpfc_sli_get_sglq() 948 struct lpfc_sglq, list); in __lpfc_sli_get_sglq() 1005 struct lpfc_sglq *sglq; in __lpfc_sli_release_iocbq_s4() [all …]
|
D | lpfc_init.c | 992 struct lpfc_sglq *sglq_entry = NULL; in lpfc_hba_down_post_s4() 3093 struct lpfc_sglq *sglq_entry = NULL, *sglq_entry_next = NULL; in lpfc_sli4_xri_sgl_update() 3114 sglq_entry = kzalloc(sizeof(struct lpfc_sglq), in lpfc_sli4_xri_sgl_update() 3159 sglq_entry, struct lpfc_sglq, list); in lpfc_sli4_xri_sgl_update() 5805 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL; in lpfc_free_sgl_list() 5848 size = sizeof(struct lpfc_sglq *); in lpfc_init_active_sgl_array()
|
D | lpfc_els.c | 8799 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL; in lpfc_sli4_vport_delete_els_xri_aborted() 8830 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL; in lpfc_sli4_els_xri_aborted()
|