Lines Matching defs:context
55 * The index of the context in cmd_map serves as the context ID for a
191 * Map a pvscsi_ctx struct to a context ID field value; we map to a simple
202 pvscsi_get_context(const struct pvscsi_adapter *adapter, u64 context)
204 return &adapter->cmd_map[context - 1];
264 cmd.context = pvscsi_map_context(adapter, ctx);
552 ctx = pvscsi_get_context(adapter, e->context);
706 * have successfully allocated a context if it were true, since we only
707 * have one context per request entry. Check for it anyway, since it
765 e->context = pvscsi_map_context(adapter, ctx);
827 * If there is no context for the command, it either already succeeded
875 * destroys the 1-1 mapping between context field passed to emulation and our