Lines Matching refs:sgl_handle
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()
3883 struct sgl_handle *psgl_handle; in beiscsi_init_sgl_handle()
3895 sizeof(struct sgl_handle *), in beiscsi_init_sgl_handle()
3905 sizeof(struct sgl_handle *), GFP_KERNEL); in beiscsi_init_sgl_handle()
3925 sizeof(struct sgl_handle)); i++) { in beiscsi_init_sgl_handle()
4425 io_task->psgl_handle = (struct sgl_handle *) in beiscsi_alloc_pdu()