Lines Matching defs:context
1498 /* FIXME, save memory: ufile->context == context */
1499 struct ib_ucontext *context; /* associated user context */
1501 struct list_head list; /* link to context's list */
1553 IB_POLL_SOFTIRQ, /* poll from softirq context */
1558 IB_POLL_DIRECT, /* caller context, no hw completions */
2367 * available at @attr. @context allows the HW vendor driver to store
2369 * allocate memory to contain this information and store it in @context
2376 int (*add_gid)(const struct ib_gid_attr *attr, void **context);
2382 * allocated memory. The caller will clear @context afterwards.
2385 int (*del_gid)(const struct ib_gid_attr *attr, void **context);
2388 int (*alloc_ucontext)(struct ib_ucontext *context,
2390 void (*dealloc_ucontext)(struct ib_ucontext *context);
2391 int (*mmap)(struct ib_ucontext *context, struct vm_area_struct *vma);
2490 struct ib_ucontext *context,
2603 int (*query_ucontext)(struct ib_ucontext *context,
2828 * ib_get_client_data - Get IB client context
2829 * @device:Device to get context for
2830 * @client:Client to get context for
2832 * ib_get_client_data() returns the client context data set with
2922 uobj->context->cleanup_retryable);
3452 /* In a sleepable context */
3557 /* In a sleepable context */