Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/dsa/b53/
Db53_priv.h247 ent->is_static = !!(fwd_entry & ARLTBL_STATIC); in b53_arl_to_entry()
261 *fwd_entry |= ARLTBL_STATIC; in b53_arl_from_entry()
Db53_regs.h323 #define ARLTBL_STATIC BIT(15) macro