Searched refs:sgl_handle (Results 1 – 2 of 2) sorted by relevance
244 struct sgl_handle { struct368 struct sgl_handle **io_sgl_hndl_base;369 struct sgl_handle **sgl_hndl_array;374 struct sgl_handle **eh_sgl_hndl_base;455 struct sgl_handle *plogin_sgl_handle;498 struct sgl_handle *psgl_handle;834 free_mgmt_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle);1020 struct sgl_handle *psgl_handle_base;
1134 static struct sgl_handle *alloc_io_sgl_handle(struct beiscsi_hba *phba) in alloc_io_sgl_handle()1136 struct sgl_handle *psgl_handle; in alloc_io_sgl_handle()1159 free_io_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle) in free_io_sgl_handle()1245 static struct sgl_handle *alloc_mgmt_sgl_handle(struct beiscsi_hba *phba) in alloc_mgmt_sgl_handle()1247 struct sgl_handle *psgl_handle; in alloc_mgmt_sgl_handle()1270 free_mgmt_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle) in free_mgmt_sgl_handle()2594 phba->mem_req[HWI_MEM_SGLH] = sizeof(struct sgl_handle) * in beiscsi_find_mem_req()4042 struct sgl_handle *psgl_handle; in beiscsi_init_sgl_handle()4053 phba->io_sgl_hndl_base = kzalloc(sizeof(struct sgl_handle *) * in beiscsi_init_sgl_handle()4061 phba->eh_sgl_hndl_base = kzalloc(sizeof(struct sgl_handle *) * in beiscsi_init_sgl_handle()[all …]