Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/microchip/
H A Dksz_common.c236 [STATIC_MAC_TABLE_VALID] = BIT(19),
296 [STATIC_MAC_TABLE_VALID] = BIT(21),
369 [STATIC_MAC_TABLE_VALID] = BIT(19),
423 [STATIC_MAC_TABLE_VALID] = BIT(21),
H A Dksz_common.h339 STATIC_MAC_TABLE_VALID, enumerator
H A Dksz8.c718 if (!(data_hi & (masks[STATIC_MAC_TABLE_VALID] | in ksz8_r_sta_mac_table()
775 data_hi |= masks[STATIC_MAC_TABLE_VALID]; in ksz8_w_sta_mac_table()