Searched refs:SET_CAUSE_TV (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netisdn/
H A Di4b_cause.h58 #define SET_CAUSE_TV(dest, type, val) ((dest) = ((val & 0x000000ff) | \ macro
H A Di4b_capi_msgs.c303 SET_CAUSE_TV(cd->cause_out, CAUSET_I4B, CAUSE_I4B_L1ERROR);
423 SET_CAUSE_TV(cd->cause_in, CAUSET_I4B, CAUSE_I4B_OOO); /* XXX */
960 SET_CAUSE_TV(cd->cause_in, CAUSET_Q850, (Reason & 0x7f));
962 SET_CAUSE_TV(cd->cause_in, CAUSET_I4B, CAUSE_I4B_NORMAL);

Completed in 114 milliseconds