Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/microchip/
H A Dksz_common.h290 DYNAMIC_MAC_TABLE_NOT_READY, enumerator
H A Dksz8.c525 } while ((*data & masks[DYNAMIC_MAC_TABLE_NOT_READY]) && timeout); in ksz8_valid_dyn_entry()
528 if (*data & masks[DYNAMIC_MAC_TABLE_NOT_READY]) in ksz8_valid_dyn_entry()
H A Dksz_common.c589 [DYNAMIC_MAC_TABLE_NOT_READY] = BIT(7),
649 [DYNAMIC_MAC_TABLE_NOT_READY] = BIT(7),
722 [DYNAMIC_MAC_TABLE_NOT_READY] = BIT(7),
776 [DYNAMIC_MAC_TABLE_NOT_READY] = BIT(7),
/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c640 #define DYNAMIC_MAC_TABLE_NOT_READY 0x80 macro