Lines Matching defs:pvscsi_ctx
55 struct pvscsi_ctx {
100 struct pvscsi_ctx *cmd_map;
156 static struct pvscsi_ctx *
159 struct pvscsi_ctx *ctx, *end;
169 static struct pvscsi_ctx *
172 struct pvscsi_ctx *ctx;
177 ctx = list_first_entry(&adapter->cmd_pool, struct pvscsi_ctx, list);
185 struct pvscsi_ctx *ctx)
193 * Map a pvscsi_ctx struct to a context ID field value; we map to a simple
198 const struct pvscsi_ctx *ctx)
203 static struct pvscsi_ctx *
261 const struct pvscsi_ctx *ctx)
329 static void pvscsi_create_sg(struct pvscsi_ctx *ctx,
350 struct pvscsi_ctx *ctx, struct scsi_cmnd *cmd,
417 struct pvscsi_ctx *ctx)
548 struct pvscsi_ctx *ctx;
699 struct pvscsi_ctx *ctx, struct scsi_cmnd *cmd)
786 struct pvscsi_ctx *ctx;
818 struct pvscsi_ctx *ctx;
892 struct pvscsi_ctx *ctx = &adapter->cmd_map[i];
1214 struct pvscsi_ctx *ctx = adapter->cmd_map;
1277 struct pvscsi_ctx *ctx;
1491 sizeof(struct pvscsi_ctx), GFP_KERNEL);
1500 struct pvscsi_ctx *ctx = adapter->cmd_map + i;