Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/b53/
H A Db53_priv.h365 ent->is_static = !!(fwd_entry & ARLTBL_STATIC_89); in b53_arl_to_entry_89()
411 *fwd_entry |= ARLTBL_STATIC_89; in b53_arl_from_entry_89()
H A Db53_regs.h351 #define ARLTBL_STATIC_89 BIT(14) macro