Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wan/
Dhdlc_fr.c146 u32 last_errors; /* last errors bit list */ member
612 state(hdlc)->last_errors <<= 1; /* Shift the list */ in fr_timer()
616 state(hdlc)->last_errors |= 1; in fr_timer()
619 list = state(hdlc)->last_errors; in fr_timer()
999 state(hdlc)->last_errors = 0xFFFFFFFF; in fr_start()