Searched refs:mac_vid (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/dsa/b53/ ! |
| H A D | b53_priv.h | 332 u64 mac_vid, u32 fwd_entry) in b53_arl_to_entry() argument 339 u64_to_ether_addr(mac_vid, ent->mac); in b53_arl_to_entry() 340 ent->vid = mac_vid >> ARLTBL_VID_S; in b53_arl_to_entry() 344 u64 mac_vid, u8 vid_entry) in b53_arl_to_entry_25() argument 347 ent->is_valid = !!(mac_vid & ARLTBL_VALID_25); in b53_arl_to_entry_25() 348 ent->is_age = !!(mac_vid & ARLTBL_AGE_25); in b53_arl_to_entry_25() 349 ent->is_static = !!(mac_vid & ARLTBL_STATIC_25); in b53_arl_to_entry_25() 350 u64_to_ether_addr(mac_vid, ent->mac); in b53_arl_to_entry_25() 351 ent->port = (mac_vid & ARLTBL_DATA_PORT_ID_MASK_25) >> in b53_arl_to_entry_25() 359 u64 mac_vid, u16 fwd_entry) in b53_arl_to_entry_89() argument [all …]
|
| H A D | b53_common.c | 1851 u64 mac_vid; in b53_arl_read_entry_25() local 1856 &mac_vid); in b53_arl_read_entry_25() 1857 b53_arl_to_entry_25(ent, mac_vid, vid_entry); in b53_arl_read_entry_25() 1864 u64 mac_vid; in b53_arl_write_entry_25() local 1866 b53_arl_from_entry_25(&mac_vid, &vid_entry, ent); in b53_arl_write_entry_25() 1869 mac_vid); in b53_arl_write_entry_25() 1875 u64 mac_vid; in b53_arl_read_entry_89() local 1879 &mac_vid); in b53_arl_read_entry_89() 1881 b53_arl_to_entry_89(ent, mac_vid, fwd_entry); in b53_arl_read_entry_89() 1888 u64 mac_vid; in b53_arl_write_entry_89() local [all …]
|