Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_main.c1154 phba->io_sgl_alloc_index); in alloc_io_sgl_handle()
1157 io_sgl_alloc_index]; in alloc_io_sgl_handle()
1158 phba->io_sgl_hndl_base[phba->io_sgl_alloc_index] = NULL; in alloc_io_sgl_handle()
1160 if (phba->io_sgl_alloc_index == (phba->params. in alloc_io_sgl_handle()
1162 phba->io_sgl_alloc_index = 0; in alloc_io_sgl_handle()
1164 phba->io_sgl_alloc_index++; in alloc_io_sgl_handle()
4168 phba->io_sgl_alloc_index = 0; in beiscsi_init_sgl_handle()
Dbe_main.h368 unsigned short io_sgl_alloc_index; member