Home
last modified time | relevance | path

Searched refs:eh_sgl_hndl_base (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/be2iscsi/
Dbe_main.c1046 psgl_handle = phba->eh_sgl_hndl_base[phba->eh_sgl_alloc_index]; in alloc_mgmt_sgl_handle()
1047 phba->eh_sgl_hndl_base[phba->eh_sgl_alloc_index] = NULL; in alloc_mgmt_sgl_handle()
1077 if (phba->eh_sgl_hndl_base[phba->eh_sgl_free_index]) { in free_mgmt_sgl_handle()
1089 phba->eh_sgl_hndl_base[phba->eh_sgl_free_index] = psgl_handle; in free_mgmt_sgl_handle()
3902 phba->eh_sgl_hndl_base = in beiscsi_init_sgl_handle()
3906 if (!phba->eh_sgl_hndl_base) { in beiscsi_init_sgl_handle()
3931 phba->eh_sgl_hndl_base[arr_index - in beiscsi_init_sgl_handle()
3971 psgl_handle = phba->eh_sgl_hndl_base[arr_index - in beiscsi_init_sgl_handle()
4173 kfree(phba->eh_sgl_hndl_base); in beiscsi_init_port()
4189 kfree(phba->eh_sgl_hndl_base); in beiscsi_cleanup_port()
Dbe_main.h292 struct sgl_handle **eh_sgl_hndl_base; member