Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wan/
Dhdlc_fr.c146 u32 last_errors; /* last errors bit list */ member
621 state(hdlc)->last_errors <<= 1; /* Shift the list */ in fr_timer()
625 state(hdlc)->last_errors |= 1; in fr_timer()
628 list = state(hdlc)->last_errors; in fr_timer()
1008 state(hdlc)->last_errors = 0xFFFFFFFF; in fr_start()