Searched refs:lpfc_sglq (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_crtn.h | 325 struct lpfc_sglq *__lpfc_clear_active_sglq(struct lpfc_hba *phba, uint16_t xri); 326 struct lpfc_sglq *__lpfc_sli_get_nvmet_sglq(struct lpfc_hba *phba, 471 struct lpfc_sglq *__lpfc_get_active_sglq(struct lpfc_hba *, uint16_t);
|
D | lpfc_sli4.h | 683 struct lpfc_sglq **lpfc_sglq_active_list; 734 struct lpfc_sglq { struct
|
D | lpfc_sli.c | 825 struct lpfc_sglq * 828 struct lpfc_sglq *sglq; in __lpfc_clear_active_sglq() 847 struct lpfc_sglq * 850 struct lpfc_sglq *sglq; in __lpfc_get_active_sglq() 1134 static struct lpfc_sglq * 1138 struct lpfc_sglq *sglq = NULL; in __lpfc_sli_get_els_sglq() 1139 struct lpfc_sglq *start_sglq = NULL; in __lpfc_sli_get_els_sglq() 1162 list_remove_head(lpfc_els_sgl_list, sglq, struct lpfc_sglq, list); in __lpfc_sli_get_els_sglq() 1176 struct lpfc_sglq, list); in __lpfc_sli_get_els_sglq() 1203 struct lpfc_sglq * [all …]
|
D | lpfc_init.c | 1042 struct lpfc_sglq *sglq_entry = NULL; in lpfc_hba_down_post_s4() 3408 struct lpfc_sglq *sglq_entry = NULL, *sglq_entry_next = NULL; in lpfc_sli4_els_sgl_update() 3427 sglq_entry = kzalloc(sizeof(struct lpfc_sglq), in lpfc_sli4_els_sgl_update() 3472 sglq_entry, struct lpfc_sglq, list); in lpfc_sli4_els_sgl_update() 3527 struct lpfc_sglq *sglq_entry = NULL, *sglq_entry_next = NULL; in lpfc_sli4_nvmet_sgl_update() 3548 sglq_entry = kzalloc(sizeof(struct lpfc_sglq), in lpfc_sli4_nvmet_sgl_update() 3594 sglq_entry, struct lpfc_sglq, list); in lpfc_sli4_nvmet_sgl_update() 6553 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL; in lpfc_free_sgl_list() 6593 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL; in lpfc_free_nvmet_sgl_list() 6628 size = sizeof(struct lpfc_sglq *); in lpfc_init_active_sgl_array()
|
D | lpfc.h | 148 struct lpfc_sglq *sglq;
|
D | lpfc_els.c | 9400 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL; in lpfc_sli4_vport_delete_els_xri_aborted() 9431 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL; in lpfc_sli4_els_xri_aborted()
|