• Home
  • Raw
  • Download

Lines Matching refs:uwb_rc_neh

103 struct uwb_rc_neh {  struct
122 struct uwb_rc_neh *neh = container_of(kref, struct uwb_rc_neh, kref); in uwb_rc_neh_release() argument
127 static void uwb_rc_neh_get(struct uwb_rc_neh *neh) in uwb_rc_neh_get()
136 void uwb_rc_neh_put(struct uwb_rc_neh *neh) in uwb_rc_neh_put()
163 int __uwb_rc_ctx_get(struct uwb_rc *rc, struct uwb_rc_neh *neh) in __uwb_rc_ctx_get()
183 void __uwb_rc_ctx_put(struct uwb_rc *rc, struct uwb_rc_neh *neh) in __uwb_rc_ctx_put()
209 struct uwb_rc_neh *uwb_rc_neh_add(struct uwb_rc *rc, struct uwb_rccb *cmd, in uwb_rc_neh_add()
216 struct uwb_rc_neh *neh; in uwb_rc_neh_add()
254 static void __uwb_rc_neh_rm(struct uwb_rc *rc, struct uwb_rc_neh *neh) in __uwb_rc_neh_rm()
268 void uwb_rc_neh_rm(struct uwb_rc *rc, struct uwb_rc_neh *neh) in uwb_rc_neh_rm()
288 void uwb_rc_neh_arm(struct uwb_rc *rc, struct uwb_rc_neh *neh) in uwb_rc_neh_arm()
299 static void uwb_rc_neh_cb(struct uwb_rc_neh *neh, struct uwb_rceb *rceb, size_t size) in uwb_rc_neh_cb()
305 static bool uwb_rc_neh_match(struct uwb_rc_neh *neh, const struct uwb_rceb *rceb) in uwb_rc_neh_match()
327 struct uwb_rc_neh *uwb_rc_neh_lookup(struct uwb_rc *rc, in uwb_rc_neh_lookup()
330 struct uwb_rc_neh *neh = NULL, *h; in uwb_rc_neh_lookup()
409 struct uwb_rc_neh *neh; in uwb_rc_neh_grok_event()
548 struct uwb_rc_neh *neh; in uwb_rc_neh_error()
557 neh = list_first_entry(&rc->neh_list, struct uwb_rc_neh, list_node); in uwb_rc_neh_error()
570 struct uwb_rc_neh *neh = (struct uwb_rc_neh *)arg; in uwb_rc_neh_timer()
605 struct uwb_rc_neh *neh; in uwb_rc_neh_destroy()
613 neh = list_first_entry(&rc->neh_list, struct uwb_rc_neh, list_node); in uwb_rc_neh_destroy()