Home
last modified time | relevance | path

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

/drivers/scsi/be2iscsi/
Dbe_main.h284 unsigned short io_sgl_alloc_index; member
Dbe_main.c900 phba->io_sgl_alloc_index); in alloc_io_sgl_handle()
903 io_sgl_alloc_index]; in alloc_io_sgl_handle()
904 phba->io_sgl_hndl_base[phba->io_sgl_alloc_index] = NULL; in alloc_io_sgl_handle()
906 if (phba->io_sgl_alloc_index == (phba->params. in alloc_io_sgl_handle()
908 phba->io_sgl_alloc_index = 0; in alloc_io_sgl_handle()
910 phba->io_sgl_alloc_index++; in alloc_io_sgl_handle()
3974 phba->io_sgl_alloc_index = 0; in beiscsi_init_sgl_handle()