Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/
Dmvumi.c53 static unsigned short tag_get_one(struct mvumi_hba *mhba, struct mvumi_tag *st) in tag_get_one()
59 static void tag_release_one(struct mvumi_hba *mhba, struct mvumi_tag *st, in tag_release_one()
106 static struct mvumi_res *mvumi_alloc_mem_resource(struct mvumi_hba *mhba, in mvumi_alloc_mem_resource()
156 static void mvumi_release_mem_resource(struct mvumi_hba *mhba) in mvumi_release_mem_resource()
189 static int mvumi_make_sgl(struct mvumi_hba *mhba, struct scsi_cmnd *scmd, in mvumi_make_sgl()
223 static int mvumi_internal_cmd_sgl(struct mvumi_hba *mhba, struct mvumi_cmd *cmd, in mvumi_internal_cmd_sgl()
250 static struct mvumi_cmd *mvumi_create_internal_cmd(struct mvumi_hba *mhba, in mvumi_create_internal_cmd()
286 static void mvumi_delete_internal_cmd(struct mvumi_hba *mhba, in mvumi_delete_internal_cmd()
316 static struct mvumi_cmd *mvumi_get_cmd(struct mvumi_hba *mhba) in mvumi_get_cmd()
335 static inline void mvumi_return_cmd(struct mvumi_hba *mhba, in mvumi_return_cmd()
[all …]
Dmvumi.h157 struct mvumi_hba *mhba; member