Home
last modified time | relevance | path

Searched refs:FL_NEED_RESEND (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/wan/
Dsbni.c636 if( nl->state & FL_NEED_RESEND ) { in send_frame()
656 nl->state |= FL_NEED_RESEND; in send_frame()
775 nl->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in send_complete()
786 nl->state &= ~FL_NEED_RESEND; in interpret_ack()
857 nl->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in prepare_to_send()
895 nl->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in drop_xmit_queue()
915 if( nl->state & FL_NEED_RESEND ) in send_frame_header()
1098 nl->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in card_start()
Dsbni.h71 FL_NEED_RESEND = 0x02, enumerator