Home
last modified time | relevance | path

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

/trueos/sys/dev/sbni/
HDif_sbni.c492 if (sc->state & FL_NEED_RESEND) { in send_frame()
508 sc->state |= FL_NEED_RESEND; in send_frame()
648 sc->state &= ~FL_NEED_RESEND; in interpret_ack()
715 sc->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in prepare_to_send()
771 sc->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in drop_xmit_queue()
786 if (sc->state & FL_NEED_RESEND) in send_frame_header()
958 sc->state &= ~(FL_WAIT_ACK | FL_NEED_RESEND); in card_start()
HDif_sbnireg.h81 FL_NEED_RESEND = 2, enumerator