Lines Matching defs:context
57 * The index of the context in cmd_map serves as the context ID for a
193 * Map a pvscsi_ctx struct to a context ID field value; we map to a simple
204 pvscsi_get_context(const struct pvscsi_adapter *adapter, u64 context)
206 return &adapter->cmd_map[context - 1];
266 cmd.context = pvscsi_map_context(adapter, ctx);
554 ctx = pvscsi_get_context(adapter, e->context);
714 * have successfully allocated a context if it were true, since we only
715 * have one context per request entry. Check for it anyway, since it
773 e->context = pvscsi_map_context(adapter, ctx);
836 * If there is no context for the command, it either already succeeded
884 * destroys the 1-1 mapping between context field passed to emulation and our