Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wan/
H A Dsbni.h71 FL_NEED_RESEND = 0x02, enumerator
H A Dsbni.c571 /* if state & FL_NEED_RESEND != 0 then tx_frameno != 0 */ in handle_channel()
635 if( nl->state & FL_NEED_RESEND ) { in send_frame()
655 nl->state |= FL_NEED_RESEND; in send_frame()
657 * FL_NEED_RESEND will be cleared after ACK, but if empty in send_frame()
778 nl->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in send_complete()
789 nl->state &= ~FL_NEED_RESEND; in interpret_ack()
861 nl->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in prepare_to_send()
900 nl->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in drop_xmit_queue()
920 if( nl->state & FL_NEED_RESEND ) in send_frame_header()
1098 nl->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in card_start()
[all...]

Completed in 2 milliseconds