Home
last modified time | relevance | path

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

/linux-3.3/drivers/scsi/be2iscsi/
Dbe_main.h296 unsigned short io_sgl_alloc_index; member
Dbe_main.c957 phba->io_sgl_alloc_index); in alloc_io_sgl_handle()
959 io_sgl_alloc_index]; in alloc_io_sgl_handle()
960 phba->io_sgl_hndl_base[phba->io_sgl_alloc_index] = NULL; in alloc_io_sgl_handle()
962 if (phba->io_sgl_alloc_index == (phba->params. in alloc_io_sgl_handle()
964 phba->io_sgl_alloc_index = 0; in alloc_io_sgl_handle()
966 phba->io_sgl_alloc_index++; in alloc_io_sgl_handle()
3387 phba->io_sgl_alloc_index = 0; in beiscsi_init_sgl_handle()