Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wan/
Dsbni.c632 if( nl->state & FL_NEED_RESEND ) { in send_frame()
652 nl->state |= FL_NEED_RESEND; in send_frame()
771 nl->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in send_complete()
782 nl->state &= ~FL_NEED_RESEND; in interpret_ack()
853 nl->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in prepare_to_send()
891 nl->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in drop_xmit_queue()
911 if( nl->state & FL_NEED_RESEND ) in send_frame_header()
1094 nl->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in card_start()
Dsbni.h71 FL_NEED_RESEND = 0x02, enumerator