Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wan/
Dhdlc_fr.c148 u32 last_errors; /* last errors bit list */ member
613 state(hdlc)->last_errors <<= 1; /* Shift the list */ in fr_timer()
617 state(hdlc)->last_errors |= 1; in fr_timer()
620 list = state(hdlc)->last_errors; in fr_timer()
1002 state(hdlc)->last_errors = 0xFFFFFFFF; in fr_start()