Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/b53/
H A Db53_priv.h341 ent->vid = mac_vid >> ARLTBL_VID_S; in b53_arl_to_entry()
368 ent->vid = mac_vid >> ARLTBL_VID_S; in b53_arl_to_entry_89()
375 *mac_vid |= (u64)(ent->vid & ARLTBL_VID_MASK) << ARLTBL_VID_S; in b53_arl_from_entry()
407 *mac_vid |= (u64)(ent->vid & ARLTBL_VID_MASK) << ARLTBL_VID_S; in b53_arl_from_entry_89()
440 ent->vid = mac_vid >> ARLTBL_VID_S; in b53_arl_search_to_entry_63xx()
H A Db53_regs.h331 #define ARLTBL_VID_S 48 macro