Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/
Dvmw_pvscsi.c53 struct pvscsi_ctx { struct
98 struct pvscsi_ctx *cmd_map;
154 static struct pvscsi_ctx *
157 struct pvscsi_ctx *ctx, *end; in pvscsi_find_context()
167 static struct pvscsi_ctx *
170 struct pvscsi_ctx *ctx; in pvscsi_acquire_context()
175 ctx = list_first_entry(&adapter->cmd_pool, struct pvscsi_ctx, list); in pvscsi_acquire_context()
183 struct pvscsi_ctx *ctx) in pvscsi_release_context()
196 const struct pvscsi_ctx *ctx) in pvscsi_map_context()
201 static struct pvscsi_ctx *
[all …]