Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_main.c1264 psgl_handle = phba->eh_sgl_hndl_base[phba->eh_sgl_alloc_index]; in alloc_mgmt_sgl_handle()
1265 phba->eh_sgl_hndl_base[phba->eh_sgl_alloc_index] = NULL; in alloc_mgmt_sgl_handle()
1292 if (phba->eh_sgl_hndl_base[phba->eh_sgl_free_index]) { in free_mgmt_sgl_handle()
1303 phba->eh_sgl_hndl_base[phba->eh_sgl_free_index] = psgl_handle; in free_mgmt_sgl_handle()
4088 phba->eh_sgl_hndl_base = kzalloc(sizeof(struct sgl_handle *) * in beiscsi_init_sgl_handle()
4092 if (!phba->eh_sgl_hndl_base) { in beiscsi_init_sgl_handle()
4117 phba->eh_sgl_hndl_base[arr_index - in beiscsi_init_sgl_handle()
4157 psgl_handle = phba->eh_sgl_hndl_base[arr_index - in beiscsi_init_sgl_handle()
4500 kfree(phba->eh_sgl_hndl_base); in beiscsi_init_port()
4563 kfree(phba->eh_sgl_hndl_base); in beiscsi_clean_port()
Dbe_main.h377 struct sgl_handle **eh_sgl_hndl_base; member