Searched refs:eh_sgl_hndl_base (Results 1 – 2 of 2) sorted by relevance
1063 psgl_handle = phba->eh_sgl_hndl_base[phba->eh_sgl_alloc_index]; in alloc_mgmt_sgl_handle()1064 phba->eh_sgl_hndl_base[phba->eh_sgl_alloc_index] = NULL; in alloc_mgmt_sgl_handle()1094 if (phba->eh_sgl_hndl_base[phba->eh_sgl_free_index]) { in free_mgmt_sgl_handle()1106 phba->eh_sgl_hndl_base[phba->eh_sgl_free_index] = psgl_handle; in free_mgmt_sgl_handle()3913 phba->eh_sgl_hndl_base = in beiscsi_init_sgl_handle()3917 if (!phba->eh_sgl_hndl_base) { in beiscsi_init_sgl_handle()3942 phba->eh_sgl_hndl_base[arr_index - in beiscsi_init_sgl_handle()3982 psgl_handle = phba->eh_sgl_hndl_base[arr_index - in beiscsi_init_sgl_handle()4168 kfree(phba->eh_sgl_hndl_base); in beiscsi_init_port()4184 kfree(phba->eh_sgl_hndl_base); in beiscsi_cleanup_port()
291 struct sgl_handle **eh_sgl_hndl_base; member