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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hisax/
H A Disdnhdlc.h47 unsigned int do_closing:1; // set if in closing phase (need to send CRC + flag member in struct:isdnhdlc_vars
H A Disdnhdlc.c74 hdlc->do_closing = 0;
360 if(slen && !hdlc->do_closing){
364 hdlc->do_closing = 1; /* closing sequence, CRC + flag(s) */
390 hdlc->do_closing = 0;
406 hdlc->do_closing = 0;
554 hdlc->do_closing = 0;
565 hdlc->do_closing = 0;

Completed in 50 milliseconds