Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/b53/ !
H A Db53_priv.h338 ent->is_static = !!(fwd_entry & ARLTBL_STATIC); in b53_arl_to_entry()
379 *fwd_entry |= ARLTBL_STATIC; in b53_arl_from_entry()
H A Db53_regs.h344 #define ARLTBL_STATIC BIT(15) macro