Searched refs:FL_NEED_RESEND (Results 1 – 2 of 2) sorted by relevance
635 if( nl->state & FL_NEED_RESEND ) { in send_frame()655 nl->state |= FL_NEED_RESEND; 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()
71 FL_NEED_RESEND = 0x02, enumerator