Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wan/
H A Dhdlc_fr.c143 u32 last_errors; /* last errors bit list */ member
596 state(hdlc)->last_errors <<= 1; /* Shift the list */ in fr_timer()
600 state(hdlc)->last_errors |= 1; in fr_timer()
603 list = state(hdlc)->last_errors; in fr_timer()
1007 state(hdlc)->last_errors = 0xFFFFFFFF; in fr_start()