Searched refs:eh_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.h301 unsigned short eh_sgl_free_index; member in struct:beiscsi_hba
H A Dbe_main.c1113 SE_DEBUG(DBG_LVL_8, "In free_mgmt_sgl_handle,eh_sgl_free_index=%d\n",
1114 phba->eh_sgl_free_index);
1115 if (phba->eh_sgl_hndl_base[phba->eh_sgl_free_index]) {
1121 "Double Free in eh SGL ,eh_sgl_free_index=%d\n",
1122 phba->eh_sgl_free_index);
1125 phba->eh_sgl_hndl_base[phba->eh_sgl_free_index] = psgl_handle;
1127 if (phba->eh_sgl_free_index ==
1129 phba->eh_sgl_free_index = 0;
1131 phba->eh_sgl_free_index++;
3416 phba->eh_sgl_free_index
[all...]

Completed in 123 milliseconds