Home
last modified time | relevance | path

Searched defs:mhba (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dmvumi.c68 static unsigned short tag_get_one(struct mvumi_hba *mhba, struct mvumi_tag *st) in tag_get_one()
74 static void tag_release_one(struct mvumi_hba *mhba, struct mvumi_tag *st, in tag_release_one()
121 static struct mvumi_res *mvumi_alloc_mem_resource(struct mvumi_hba *mhba, in mvumi_alloc_mem_resource()
170 static void mvumi_release_mem_resource(struct mvumi_hba *mhba) in mvumi_release_mem_resource()
203 static int mvumi_make_sgl(struct mvumi_hba *mhba, struct scsi_cmnd *scmd, in mvumi_make_sgl()
250 static int mvumi_internal_cmd_sgl(struct mvumi_hba *mhba, struct mvumi_cmd *cmd, in mvumi_internal_cmd_sgl()
276 static struct mvumi_cmd *mvumi_create_internal_cmd(struct mvumi_hba *mhba, in mvumi_create_internal_cmd()
312 static void mvumi_delete_internal_cmd(struct mvumi_hba *mhba, in mvumi_delete_internal_cmd()
342 static struct mvumi_cmd *mvumi_get_cmd(struct mvumi_hba *mhba) in mvumi_get_cmd()
361 static inline void mvumi_return_cmd(struct mvumi_hba *mhba, in mvumi_return_cmd()
[all …]
Dmvumi.h173 struct mvumi_hba *mhba; member