Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/be2iscsi/
Dbe_main.c1048 psgl_handle = phba->eh_sgl_hndl_base[phba->eh_sgl_alloc_index]; in alloc_mgmt_sgl_handle()
1049 phba->eh_sgl_hndl_base[phba->eh_sgl_alloc_index] = NULL; in alloc_mgmt_sgl_handle()
1052 phba->eh_sgl_alloc_index, in alloc_mgmt_sgl_handle()
1053 phba->eh_sgl_alloc_index); in alloc_mgmt_sgl_handle()
1056 if (phba->eh_sgl_alloc_index == in alloc_mgmt_sgl_handle()
1059 phba->eh_sgl_alloc_index = 0; in alloc_mgmt_sgl_handle()
1061 phba->eh_sgl_alloc_index++; in alloc_mgmt_sgl_handle()
3979 phba->eh_sgl_alloc_index = 0; in beiscsi_init_sgl_handle()
Dbe_main.h289 unsigned short eh_sgl_alloc_index; member