Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/dsa/
Dlan9303-core.c140 # define LAN9303_ALR_DAT1_STATIC BIT(24) macro
639 if (((BIT(port) & portmap) == 0) || (dat1 & LAN9303_ALR_DAT1_STATIC)) in alr_loop_cb_del_port_learned()
666 is_static = !!(dat1 & LAN9303_ALR_DAT1_STATIC); in alr_loop_cb_fdb_port_dump()
677 dat1 = LAN9303_ALR_DAT1_STATIC; in lan9303_alr_set_entry()