Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_main.c1250 psgl_handle = phba->eh_sgl_hndl_base[phba->eh_sgl_alloc_index]; in alloc_mgmt_sgl_handle()
1251 phba->eh_sgl_hndl_base[phba->eh_sgl_alloc_index] = NULL; in alloc_mgmt_sgl_handle()
1254 phba->eh_sgl_alloc_index, in alloc_mgmt_sgl_handle()
1255 phba->eh_sgl_alloc_index); in alloc_mgmt_sgl_handle()
1258 if (phba->eh_sgl_alloc_index == in alloc_mgmt_sgl_handle()
1261 phba->eh_sgl_alloc_index = 0; in alloc_mgmt_sgl_handle()
1263 phba->eh_sgl_alloc_index++; in alloc_mgmt_sgl_handle()
4143 phba->eh_sgl_alloc_index = 0; in beiscsi_init_sgl_handle()
Dbe_main.h371 unsigned short eh_sgl_alloc_index; member