Home | History | Annotate | Download | only in libese-teq1

Lines Matching refs:active

568   int active = 0;
599 tx = &tx_frame[active];
616 ese_memset(&tx_frame[!active].header, 0, sizeof(tx_frame[!active].header));
618 result = teq1_rules(&state, tx, &rx_frame, &tx_frame[!active]);
637 tx_frame[!active].header.PCB = S(RESYNC, REQUEST);
639 active = !active;
640 tx = &tx_frame[active];
657 tx = &tx_frame[!active];
681 /* Reset the active frame. */