Searched defs:ep_ptr (Results 1 – 7 of 7) sorted by relevance
82 static inline void endpoint_ptr_mset_epQueue_tail_state(endpoint_t *ep_ptr, word_t epQueue_tail, in endpoint_ptr_mset_epQueue_tail_state()88 static inline void endpoint_ptr_set_epQueue_head_np(endpoint_t *ep_ptr, word_t epQueue_head) in endpoint_ptr_set_epQueue_head_np()
26 endpoint_t *ep_ptr; in fastpath_call() local234 endpoint_t *ep_ptr; in fastpath_reply_recv() local
19 static inline tcb_t *endpoint_ptr_get_epQueue_tail_fp(endpoint_t *ep_ptr) in endpoint_ptr_get_epQueue_tail_fp()
27 #define endpoint_ptr_get_epQueue_tail_fp(ep_ptr) TCB_PTR(endpoint_ptr_get_epQueue_tail(ep_ptr)) argument
36 #define endpoint_ptr_get_epQueue_tail_fp(ep_ptr) TCB_PTR(endpoint_ptr_get_epQueue_tail(ep_ptr)) argument
26 #define endpoint_ptr_get_epQueue_tail_fp(ep_ptr) TCB_PTR(endpoint_ptr_get_epQueue_tail(ep_ptr)) argument
21 static inline tcb_t *endpoint_ptr_get_epQueue_tail_fp(endpoint_t *ep_ptr) in endpoint_ptr_get_epQueue_tail_fp()
Completed in 8 milliseconds