Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dvmw_pvscsi.c55 struct pvscsi_ctx { struct
100 struct pvscsi_ctx *cmd_map;
156 static struct pvscsi_ctx *
159 struct pvscsi_ctx *ctx, *end; in pvscsi_find_context()
169 static struct pvscsi_ctx *
172 struct pvscsi_ctx *ctx; in pvscsi_acquire_context()
177 ctx = list_first_entry(&adapter->cmd_pool, struct pvscsi_ctx, list); in pvscsi_acquire_context()
185 struct pvscsi_ctx *ctx) in pvscsi_release_context()
198 const struct pvscsi_ctx *ctx) in pvscsi_map_context()
203 static struct pvscsi_ctx *
[all …]