Lines Matching defs:context
1171 /* This callback occurs in workqueue context */
1528 /* FIXME, save memory: ufile->context == context */
1529 struct ib_ucontext *context; /* associated user context */
1531 struct list_head list; /* link to context's list */
1583 IB_POLL_SOFTIRQ, /* poll from softirq context */
1588 IB_POLL_DIRECT, /* caller context, no hw completions */
2423 * available at @attr. @context allows the HW vendor driver to store
2425 * allocate memory to contain this information and store it in @context
2432 int (*add_gid)(const struct ib_gid_attr *attr, void **context);
2438 * allocated memory. The caller will clear @context afterwards.
2441 int (*del_gid)(const struct ib_gid_attr *attr, void **context);
2444 int (*alloc_ucontext)(struct ib_ucontext *context,
2446 void (*dealloc_ucontext)(struct ib_ucontext *context);
2447 int (*mmap)(struct ib_ucontext *context, struct vm_area_struct *vma);
2552 struct ib_ucontext *context,
2668 int (*query_ucontext)(struct ib_ucontext *context,
2909 * ib_get_client_data - Get IB client context
2910 * @device:Device to get context for
2911 * @client:Client to get context for
2913 * ib_get_client_data() returns the client context data set with
3524 /* In a sleepable context */
3629 /* In a sleepable context */