Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/b53/
H A Db53_priv.h364 ent->is_valid = !!(fwd_entry & ARLTBL_VALID_89); in b53_arl_to_entry_89()
410 *fwd_entry |= ARLTBL_VALID_89; in b53_arl_from_entry_89()
H A Db53_regs.h352 #define ARLTBL_VALID_89 BIT(15) macro