Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/be2iscsi/
Dbe_main.c253 inv_tbl.icd = abrt_io_task->psgl_handle->sgl_index; in beiscsi_eh_abort()
336 inv_tbl->tbl[nents].icd = io_task->psgl_handle->sgl_index; in beiscsi_eh_device_reset()
894 struct sgl_handle *psgl_handle; in alloc_io_sgl_handle() local
904 psgl_handle = phba->io_sgl_hndl_base[phba-> in alloc_io_sgl_handle()
914 psgl_handle = NULL; in alloc_io_sgl_handle()
916 return psgl_handle; in alloc_io_sgl_handle()
920 free_io_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle) in free_io_sgl_handle() argument
941 phba->io_sgl_hndl_base[phba->io_sgl_free_index] = psgl_handle; in free_io_sgl_handle()
1041 struct sgl_handle *psgl_handle; in alloc_mgmt_sgl_handle() local
1046 psgl_handle = phba->eh_sgl_hndl_base[phba->eh_sgl_alloc_index]; in alloc_mgmt_sgl_handle()
[all …]
Dbe_main.h459 struct sgl_handle *psgl_handle; member
793 free_mgmt_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle);