Searched refs:eh_sgl_hndl_base (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.c1093 psgl_handle = phba->eh_sgl_hndl_base[phba->eh_sgl_alloc_index];
1094 phba->eh_sgl_hndl_base[phba->eh_sgl_alloc_index] = NULL;
1115 if (phba->eh_sgl_hndl_base[phba->eh_sgl_free_index]) {
1125 phba->eh_sgl_hndl_base[phba->eh_sgl_free_index] = psgl_handle;
3343 phba->eh_sgl_hndl_base = kzalloc(sizeof(struct sgl_handle *) *
3347 if (!phba->eh_sgl_hndl_base) {
3372 phba->eh_sgl_hndl_base[arr_index -
3403 psgl_handle = phba->eh_sgl_hndl_base[arr_index -
3610 kfree(phba->eh_sgl_hndl_base);
3666 kfree(phba->eh_sgl_hndl_base);
[all...]
H A Dbe_main.h303 struct sgl_handle **eh_sgl_hndl_base; member in struct:beiscsi_hba

Completed in 68 milliseconds