Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dmvumi.c69 static unsigned short tag_get_one(struct mvumi_hba *mhba, struct mvumi_tag *st) in tag_get_one()
75 static void tag_release_one(struct mvumi_hba *mhba, struct mvumi_tag *st, in tag_release_one()
122 static struct mvumi_res *mvumi_alloc_mem_resource(struct mvumi_hba *mhba, in mvumi_alloc_mem_resource()
171 static void mvumi_release_mem_resource(struct mvumi_hba *mhba) in mvumi_release_mem_resource()
204 static int mvumi_make_sgl(struct mvumi_hba *mhba, struct scsi_cmnd *scmd, in mvumi_make_sgl()
239 static int mvumi_internal_cmd_sgl(struct mvumi_hba *mhba, struct mvumi_cmd *cmd, in mvumi_internal_cmd_sgl()
265 static struct mvumi_cmd *mvumi_create_internal_cmd(struct mvumi_hba *mhba, in mvumi_create_internal_cmd()
301 static void mvumi_delete_internal_cmd(struct mvumi_hba *mhba, in mvumi_delete_internal_cmd()
331 static struct mvumi_cmd *mvumi_get_cmd(struct mvumi_hba *mhba) in mvumi_get_cmd()
350 static inline void mvumi_return_cmd(struct mvumi_hba *mhba, in mvumi_return_cmd()
[all …]
Dmvumi.h173 struct mvumi_hba *mhba; member