Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_main.h247 struct sgl_handle { struct
371 struct sgl_handle **io_sgl_hndl_base;
372 struct sgl_handle **sgl_hndl_array;
377 struct sgl_handle **eh_sgl_hndl_base;
459 struct sgl_handle *plogin_sgl_handle;
502 struct sgl_handle *psgl_handle;
840 free_mgmt_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle);
1026 struct sgl_handle *psgl_handle_base;
Dbe_main.c1146 static struct sgl_handle *alloc_io_sgl_handle(struct beiscsi_hba *phba) in alloc_io_sgl_handle()
1148 struct sgl_handle *psgl_handle; in alloc_io_sgl_handle()
1171 free_io_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle) in free_io_sgl_handle()
1259 static struct sgl_handle *alloc_mgmt_sgl_handle(struct beiscsi_hba *phba) in alloc_mgmt_sgl_handle()
1261 struct sgl_handle *psgl_handle; in alloc_mgmt_sgl_handle()
1284 free_mgmt_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle) in free_mgmt_sgl_handle()
2615 phba->mem_req[HWI_MEM_SGLH] = sizeof(struct sgl_handle) * in beiscsi_find_mem_req()
4069 struct sgl_handle *psgl_handle; in beiscsi_init_sgl_handle()
4080 phba->io_sgl_hndl_base = kzalloc(sizeof(struct sgl_handle *) * in beiscsi_init_sgl_handle()
4088 phba->eh_sgl_hndl_base = kzalloc(sizeof(struct sgl_handle *) * in beiscsi_init_sgl_handle()
[all …]