Searched refs:sgl_handle (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
H A D | be_main.h | 208 struct sgl_handle { struct 287 struct sgl_handle **io_sgl_hndl_base; 292 struct sgl_handle **eh_sgl_hndl_base; 416 struct sgl_handle *plogin_sgl_handle; 459 struct sgl_handle *psgl_handle; 793 free_mgmt_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle);
|
H A D | be_main.c | 892 static struct sgl_handle *alloc_io_sgl_handle(struct beiscsi_hba *phba) in alloc_io_sgl_handle() 894 struct sgl_handle *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() 1039 static struct sgl_handle *alloc_mgmt_sgl_handle(struct beiscsi_hba *phba) in alloc_mgmt_sgl_handle() 1041 struct sgl_handle *psgl_handle; in alloc_mgmt_sgl_handle() 1067 free_mgmt_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle) in free_mgmt_sgl_handle() 2370 phba->mem_req[HWI_MEM_SGLH] = sizeof(struct sgl_handle) * in beiscsi_find_mem_req() 3884 struct sgl_handle *psgl_handle; in beiscsi_init_sgl_handle() 3896 sizeof(struct sgl_handle *), in beiscsi_init_sgl_handle() 3906 sizeof(struct sgl_handle *), GFP_KERNE in beiscsi_init_sgl_handle() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be_main.h | 207 struct sgl_handle { struct 286 struct sgl_handle **io_sgl_hndl_base; 291 struct sgl_handle **eh_sgl_hndl_base; 415 struct sgl_handle *plogin_sgl_handle; 458 struct sgl_handle *psgl_handle; 792 free_mgmt_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle);
|
H A D | be_main.c | 909 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() 2386 phba->mem_req[HWI_MEM_SGLH] = sizeof(struct sgl_handle) * in beiscsi_find_mem_req() 3894 struct sgl_handle *psgl_handle; in beiscsi_init_sgl_handle() 3906 sizeof(struct sgl_handle *), in beiscsi_init_sgl_handle() 3916 sizeof(struct sgl_handle *), GFP_KERNE in beiscsi_init_sgl_handle() [all...] |
Completed in 17 milliseconds