Home
last modified time | relevance | path

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

/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c262 inv_tbl.icd = abrt_io_task->psgl_handle->sgl_index; in beiscsi_eh_abort()
353 inv_tbl->tbl[nents].icd = io_task->psgl_handle->sgl_index; in beiscsi_eh_device_reset()
911 struct sgl_handle *psgl_handle; in alloc_io_sgl_handle() local
921 psgl_handle = phba->io_sgl_hndl_base[phba-> in alloc_io_sgl_handle()
931 psgl_handle = NULL; in alloc_io_sgl_handle()
933 return psgl_handle; in alloc_io_sgl_handle()
937 free_io_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle) in free_io_sgl_handle() argument
958 phba->io_sgl_hndl_base[phba->io_sgl_free_index] = psgl_handle; in free_io_sgl_handle()
1058 struct sgl_handle *psgl_handle; in alloc_mgmt_sgl_handle() local
1063 psgl_handle in alloc_mgmt_sgl_handle()
1084 free_mgmt_sgl_handle(struct beiscsi_hba * phba,struct sgl_handle * psgl_handle) free_mgmt_sgl_handle() argument
3894 struct sgl_handle *psgl_handle; beiscsi_init_sgl_handle() local
[all...]
H A Dbe_main.h458 struct sgl_handle *psgl_handle; member
792 free_mgmt_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle);