Searched refs:lpfc_sglq (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/scsi/lpfc/ |
D | lpfc_sli4.h | 453 struct lpfc_sglq **lpfc_els_sgl_array; 458 struct lpfc_sglq **lpfc_sglq_active_list; 485 struct lpfc_sglq { struct
|
D | lpfc_crtn.h | 404 struct lpfc_sglq *__lpfc_get_active_sglq(struct lpfc_hba *, uint16_t);
|
D | lpfc_sli.c | 479 static struct lpfc_sglq * 483 struct lpfc_sglq *sglq; in __lpfc_clear_active_sglq() 504 struct lpfc_sglq * 508 struct lpfc_sglq *sglq; in __lpfc_get_active_sglq() 848 static struct lpfc_sglq * 852 struct lpfc_sglq *sglq = NULL; in __lpfc_sli_get_sglq() 853 struct lpfc_sglq *start_sglq = NULL; in __lpfc_sli_get_sglq() 868 list_remove_head(lpfc_sgl_list, sglq, struct lpfc_sglq, list); in __lpfc_sli_get_sglq() 882 struct lpfc_sglq, list); in __lpfc_sli_get_sglq() 939 struct lpfc_sglq *sglq; in __lpfc_sli_release_iocbq_s4() [all …]
|
D | lpfc_init.c | 841 struct lpfc_sglq *sglq_entry = NULL; in lpfc_hba_down_post_s4() 4677 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL; in lpfc_free_sgl_list() 4705 size = sizeof(struct lpfc_sglq *); in lpfc_init_active_sgl_array() 4743 struct lpfc_sglq *sglq_entry = NULL; in lpfc_init_sgl_list() 4767 kzalloc((sizeof(struct lpfc_sglq *) * els_xri_cnt), in lpfc_init_sgl_list() 4797 sglq_entry = kzalloc(sizeof(struct lpfc_sglq), GFP_KERNEL); in lpfc_init_sgl_list()
|
D | lpfc_els.c | 7723 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL; in lpfc_sli4_vport_delete_els_xri_aborted() 7753 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL; in lpfc_sli4_els_xri_aborted()
|