Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wan/
Dsbni.c630 if( nl->state & FL_NEED_RESEND ) { in send_frame()
650 nl->state |= FL_NEED_RESEND; in send_frame()
769 nl->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in send_complete()
780 nl->state &= ~FL_NEED_RESEND; in interpret_ack()
851 nl->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in prepare_to_send()
889 nl->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in drop_xmit_queue()
909 if( nl->state & FL_NEED_RESEND ) in send_frame_header()
1087 nl->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in card_start()
Dsbni.h71 FL_NEED_RESEND = 0x02, enumerator