Lines Matching refs:context
109 u8 context; member
176 neh->context = result; in __uwb_rc_ctx_get()
186 if (neh->context == 0) in __uwb_rc_ctx_put()
188 if (test_bit(neh->context, rc->ctx_bm) == 0) { in __uwb_rc_ctx_put()
190 neh->context); in __uwb_rc_ctx_put()
193 clear_bit(neh->context, rc->ctx_bm); in __uwb_rc_ctx_put()
194 neh->context = 0; in __uwb_rc_ctx_put()
239 cmd->bCommandContext = neh->context; in uwb_rc_neh_add()
295 if (neh->context) in uwb_rc_neh_arm()
311 && neh->context == rceb->bEventContext; in uwb_rc_neh_match()
581 if (neh->context) in uwb_rc_neh_timer()