Lines Matching refs:sgl_handle
893 static struct sgl_handle *alloc_io_sgl_handle(struct beiscsi_hba *phba) in alloc_io_sgl_handle()
895 struct sgl_handle *psgl_handle; in alloc_io_sgl_handle()
921 free_io_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle) in free_io_sgl_handle()
1040 static struct sgl_handle *alloc_mgmt_sgl_handle(struct beiscsi_hba *phba) in alloc_mgmt_sgl_handle()
1042 struct sgl_handle *psgl_handle; in alloc_mgmt_sgl_handle()
1068 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()
3877 struct sgl_handle *psgl_handle; in beiscsi_init_sgl_handle()
3889 sizeof(struct sgl_handle *), in beiscsi_init_sgl_handle()
3899 sizeof(struct sgl_handle *), GFP_KERNEL); in beiscsi_init_sgl_handle()
3919 sizeof(struct sgl_handle)); i++) { in beiscsi_init_sgl_handle()
4403 io_task->psgl_handle = (struct sgl_handle *) in beiscsi_alloc_pdu()