Lines Matching defs:pvscsi_ctx
53 struct pvscsi_ctx {
98 struct pvscsi_ctx *cmd_map;
154 static struct pvscsi_ctx *
157 struct pvscsi_ctx *ctx, *end;
167 static struct pvscsi_ctx *
170 struct pvscsi_ctx *ctx;
175 ctx = list_first_entry(&adapter->cmd_pool, struct pvscsi_ctx, list);
183 struct pvscsi_ctx *ctx)
191 * Map a pvscsi_ctx struct to a context ID field value; we map to a simple
196 const struct pvscsi_ctx *ctx)
201 static struct pvscsi_ctx *
259 const struct pvscsi_ctx *ctx)
327 static void pvscsi_create_sg(struct pvscsi_ctx *ctx,
348 struct pvscsi_ctx *ctx, struct scsi_cmnd *cmd,
415 struct pvscsi_ctx *ctx)
546 struct pvscsi_ctx *ctx;
691 struct pvscsi_ctx *ctx, struct scsi_cmnd *cmd)
778 struct pvscsi_ctx *ctx;
809 struct pvscsi_ctx *ctx;
883 struct pvscsi_ctx *ctx = &adapter->cmd_map[i];
1205 struct pvscsi_ctx *ctx = adapter->cmd_map;
1268 struct pvscsi_ctx *ctx;
1481 sizeof(struct pvscsi_ctx), GFP_KERNEL);
1490 struct pvscsi_ctx *ctx = adapter->cmd_map + i;