Home
last modified time | relevance | path

Searched refs:pvscsi_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/
Dvmw_pvscsi.c55 struct pvscsi_ctx { struct
103 struct pvscsi_ctx *cmd_map;
159 static struct pvscsi_ctx *
162 struct pvscsi_ctx *ctx, *end; in pvscsi_find_context()
172 static struct pvscsi_ctx *
175 struct pvscsi_ctx *ctx; in pvscsi_acquire_context()
180 ctx = list_first_entry(&adapter->cmd_pool, struct pvscsi_ctx, list); in pvscsi_acquire_context()
188 struct pvscsi_ctx *ctx) in pvscsi_release_context()
201 const struct pvscsi_ctx *ctx) in pvscsi_map_context()
206 static struct pvscsi_ctx *
[all …]