Lines Matching full:by

24  *     by user so a local copy is used and a shared copy is
26 * - By passing the type in the parameter list separate from q
37 * @QUEUE_TYPE_TO_CLIENT: Queue is written by rxe driver and
38 * read by client which may be a user space
40 * Used by rxe internals only.
41 * @QUEUE_TYPE_FROM_CLIENT: Queue is written by client and
42 * read by rxe driver.
43 * Used by rxe internals only.
44 * @QUEUE_TYPE_FROM_ULP: Queue is written by kernel ulp and
45 * read by rxe driver.
46 * Used by kernel verbs APIs only on
48 * @QUEUE_TYPE_TO_ULP: Queue is written by rxe driver and
49 * read by kernel ulp.
50 * Used by kernel verbs APIs only on
74 * for read access by clients.
107 /* used by rxe, client owns the index */ in queue_get_producer()
111 /* used by rxe which owns the index */ in queue_get_producer()
115 /* used by ulp which owns the index */ in queue_get_producer()
119 /* used by ulp, rxe owns the index */ in queue_get_producer()
134 /* used by rxe which owns the index */ in queue_get_consumer()
138 /* used by rxe, client owns the index */ in queue_get_consumer()
142 /* used by ulp, rxe owns the index */ in queue_get_consumer()
146 /* used by ulp which owns the index */ in queue_get_consumer()
186 /* used by rxe, client owns the index */ in queue_advance_producer()
192 /* used by rxe which owns the index */ in queue_advance_producer()
200 /* used by ulp which owns the index */ in queue_advance_producer()
207 /* used by ulp, rxe owns the index */ in queue_advance_producer()
222 /* used by rxe which owns the index */ in queue_advance_consumer()
229 /* used by rxe, client owns the index */ in queue_advance_consumer()
235 /* used by ulp, rxe owns the index */ in queue_advance_consumer()
241 /* used by ulp which owns the index */ in queue_advance_consumer()