Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/dsa/
Dlan9303-core.c127 # define LAN9303_ALR_DAT1_STATIC BIT(24) macro
615 if (((BIT(port) & portmap) == 0) || (dat1 & LAN9303_ALR_DAT1_STATIC)) in alr_loop_cb_del_port_learned()
640 is_static = !!(dat1 & LAN9303_ALR_DAT1_STATIC); in alr_loop_cb_fdb_port_dump()
651 dat1 = LAN9303_ALR_DAT1_STATIC; in lan9303_alr_set_entry()