sgl_handle
static struct sgl_handle *alloc_mgmt_sgl_handle(struct beiscsi_hba *phba)
struct sgl_handle *psgl_handle;
free_mgmt_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle)
phba->mem_req[HWI_MEM_SGLH] = sizeof(struct sgl_handle) *
struct sgl_handle *psgl_handle;
phba->io_sgl_hndl_base = kzalloc_objs(struct sgl_handle *,
kzalloc_objs(struct sgl_handle *,
sizeof(struct sgl_handle)); i++) {
io_task->psgl_handle = (struct sgl_handle *)
static struct sgl_handle *alloc_io_sgl_handle(struct beiscsi_hba *phba)
struct sgl_handle *psgl_handle;
free_io_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle)
struct sgl_handle **io_sgl_hndl_base;
struct sgl_handle **eh_sgl_hndl_base;
struct sgl_handle *plogin_sgl_handle;
struct sgl_handle *psgl_handle;
free_mgmt_sgl_handle(struct beiscsi_hba *phba, struct sgl_handle *psgl_handle);