Home
last modified time | relevance | path

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

/linux-3.3/drivers/scsi/
Dmvumi.c65 static unsigned short tag_get_one(struct mvumi_hba *mhba, struct mvumi_tag *st) in tag_get_one()
71 static void tag_release_one(struct mvumi_hba *mhba, struct mvumi_tag *st, in tag_release_one()
118 static struct mvumi_res *mvumi_alloc_mem_resource(struct mvumi_hba *mhba, in mvumi_alloc_mem_resource()
168 static void mvumi_release_mem_resource(struct mvumi_hba *mhba) in mvumi_release_mem_resource()
201 static int mvumi_make_sgl(struct mvumi_hba *mhba, struct scsi_cmnd *scmd, in mvumi_make_sgl()
248 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()
310 static void mvumi_delete_internal_cmd(struct mvumi_hba *mhba, in mvumi_delete_internal_cmd()
339 static struct mvumi_cmd *mvumi_get_cmd(struct mvumi_hba *mhba) in mvumi_get_cmd()
358 static inline void mvumi_return_cmd(struct mvumi_hba *mhba, in mvumi_return_cmd()
[all …]
Dmvumi.h170 struct mvumi_hba *mhba; member