Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/be2iscsi/
Dbe_main.h284 unsigned short io_sgl_alloc_index; member
Dbe_main.c919 phba->io_sgl_alloc_index); in alloc_io_sgl_handle()
922 io_sgl_alloc_index]; in alloc_io_sgl_handle()
923 phba->io_sgl_hndl_base[phba->io_sgl_alloc_index] = NULL; in alloc_io_sgl_handle()
925 if (phba->io_sgl_alloc_index == (phba->params. in alloc_io_sgl_handle()
927 phba->io_sgl_alloc_index = 0; in alloc_io_sgl_handle()
929 phba->io_sgl_alloc_index++; in alloc_io_sgl_handle()
3992 phba->io_sgl_alloc_index = 0; in beiscsi_init_sgl_handle()