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

/linux-4.1.27/drivers/scsi/
H A Dvmw_pvscsi.c55 struct pvscsi_ctx { struct
103 struct pvscsi_ctx *cmd_map;
159 static struct pvscsi_ctx * pvscsi_find_context()
162 struct pvscsi_ctx *ctx, *end; pvscsi_find_context()
172 static struct pvscsi_ctx * pvscsi_acquire_context()
175 struct pvscsi_ctx *ctx; pvscsi_acquire_context()
180 ctx = list_first_entry(&adapter->cmd_pool, struct pvscsi_ctx, list); pvscsi_acquire_context()
188 struct pvscsi_ctx *ctx) pvscsi_release_context()
196 * Map a pvscsi_ctx struct to a context ID field value; we map to a simple
201 const struct pvscsi_ctx *ctx) pvscsi_map_context()
206 static struct pvscsi_ctx * pvscsi_get_context()
264 const struct pvscsi_ctx *ctx) pvscsi_abort_cmd()
332 static void pvscsi_create_sg(struct pvscsi_ctx *ctx, pvscsi_create_sg()
353 struct pvscsi_ctx *ctx, struct scsi_cmnd *cmd, pvscsi_map_buffers()
390 struct pvscsi_ctx *ctx) pvscsi_unmap_buffers()
521 struct pvscsi_ctx *ctx; pvscsi_complete_request()
656 struct pvscsi_ctx *ctx, struct scsi_cmnd *cmd) pvscsi_queue_ring()
729 struct pvscsi_ctx *ctx; pvscsi_queue_lck()
759 struct pvscsi_ctx *ctx; pvscsi_abort()
832 struct pvscsi_ctx *ctx = &adapter->cmd_map[i]; pvscsi_reset_all()
1158 struct pvscsi_ctx *ctx = adapter->cmd_map; pvscsi_free_sgls()
1247 struct pvscsi_ctx *ctx; pvscsi_allocate_sg()
1462 sizeof(struct pvscsi_ctx), GFP_KERNEL); pvscsi_probe()
1471 struct pvscsi_ctx *ctx = adapter->cmd_map + i; pvscsi_probe()

Completed in 41 milliseconds