Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/be2iscsi/
Dbe_main.h213 struct sgl_handle { struct
292 struct sgl_handle **io_sgl_hndl_base;
297 struct sgl_handle **eh_sgl_hndl_base;
421 struct sgl_handle *plogin_sgl_handle;
464 struct sgl_handle *psgl_handle;
798 free_mgmt_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle);
Dbe_main.c909 static struct sgl_handle *alloc_io_sgl_handle(struct beiscsi_hba *phba) in alloc_io_sgl_handle()
911 struct sgl_handle *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()
1056 static struct sgl_handle *alloc_mgmt_sgl_handle(struct beiscsi_hba *phba) in alloc_mgmt_sgl_handle()
1058 struct sgl_handle *psgl_handle; in alloc_mgmt_sgl_handle()
1084 free_mgmt_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle) in free_mgmt_sgl_handle()
2388 phba->mem_req[HWI_MEM_SGLH] = sizeof(struct sgl_handle) * in beiscsi_find_mem_req()
3901 struct sgl_handle *psgl_handle; in beiscsi_init_sgl_handle()
3913 sizeof(struct sgl_handle *), in beiscsi_init_sgl_handle()
3923 sizeof(struct sgl_handle *), GFP_KERNEL); in beiscsi_init_sgl_handle()
[all …]