Searched refs:io_sgl_free_index (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/be2iscsi/
H A Dbe_main.c1009 SE_DEBUG(DBG_LVL_8, "In free_,io_sgl_free_index=%d\n",
1010 phba->io_sgl_free_index);
1011 if (phba->io_sgl_hndl_base[phba->io_sgl_free_index]) {
1017 "Double Free in IO SGL io_sgl_free_index=%d,"
1018 "value there=%p\n", phba->io_sgl_free_index,
1019 phba->io_sgl_hndl_base[phba->io_sgl_free_index]);
1022 phba->io_sgl_hndl_base[phba->io_sgl_free_index] = psgl_handle;
1024 if (phba->io_sgl_free_index == (phba->params.ios_per_ctrl - 1))
1025 phba->io_sgl_free_index = 0;
1027 phba->io_sgl_free_index
[all...]
H A Dbe_main.h295 unsigned short io_sgl_free_index; member in struct:beiscsi_hba

Completed in 84 milliseconds