Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/b53/
H A Db53_priv.h294 ent->vid = mac_vid >> ARLTBL_VID_S; in b53_arl_to_entry()
301 *mac_vid |= (u64)(ent->vid & ARLTBL_VID_MASK) << ARLTBL_VID_S; in b53_arl_from_entry()
H A Db53_regs.h312 #define ARLTBL_VID_S 48 macro
H A Db53_common.c1644 ((mac_vid >> ARLTBL_VID_S) & ARLTBL_VID_MASK) != vid) in b53_arl_read()