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

/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c1091 "eh_sgl_free_index=%d\n",
1092 phba->eh_sgl_free_index);
1094 if (phba->eh_sgl_hndl_base[phba->eh_sgl_free_index]) {
1101 "eh_sgl_free_index=%d\n",
1102 phba->eh_sgl_free_index);
1106 phba->eh_sgl_hndl_base[phba->eh_sgl_free_index] = psgl_handle;
1108 if (phba->eh_sgl_free_index ==
1110 phba->eh_sgl_free_index = 0;
1112 phba->eh_sgl_free_index++;
3994 phba->eh_sgl_free_index
[all...]
H A Dbe_main.h289 unsigned short eh_sgl_free_index; member in struct:beiscsi_hba

Completed in 129 milliseconds