Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/b53/
H A Db53_priv.h349 ent->is_static = !!(mac_vid & ARLTBL_STATIC_25); in b53_arl_to_entry_25()
396 *mac_vid |= ARLTBL_STATIC_25; in b53_arl_from_entry_25()
422 ent->is_static = !!(mac_vid & ARLTBL_STATIC_25); in b53_arl_search_to_entry_25()
H A Db53_regs.h336 #define ARLTBL_STATIC_25 BIT_ULL(62) macro