Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/b53/
H A Db53_priv.h290 ent->is_valid = !!(fwd_entry & ARLTBL_VALID); in b53_arl_to_entry()
304 *fwd_entry |= ARLTBL_VALID; in b53_arl_from_entry()
H A Db53_regs.h327 #define ARLTBL_VALID BIT(16) macro
H A Db53_common.c1637 if (!(fwd_entry & ARLTBL_VALID)) { in b53_arl_read()