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.c902 phba->io_sgl_alloc_index); in alloc_io_sgl_handle()
905 io_sgl_alloc_index]; in alloc_io_sgl_handle()
906 phba->io_sgl_hndl_base[phba->io_sgl_alloc_index] = NULL; in alloc_io_sgl_handle()
908 if (phba->io_sgl_alloc_index == (phba->params. in alloc_io_sgl_handle()
910 phba->io_sgl_alloc_index = 0; in alloc_io_sgl_handle()
912 phba->io_sgl_alloc_index++; in alloc_io_sgl_handle()
3982 phba->io_sgl_alloc_index = 0; in beiscsi_init_sgl_handle()