Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/dsa/microchip/
Dksz9477.c684 if ((alu_table[2] & ALU_V_PORT_MAP) == 0) { in ksz9477_port_fdb_del()
723 alu->port_forward = alu_table[1] & ALU_V_PORT_MAP; in ksz9477_convert_alu()
908 if ((static_table[1] & ALU_V_PORT_MAP) == 0) { in ksz9477_port_mdb_del()
Dksz9477_reg.h448 #define ALU_V_PORT_MAP (BIT(24) - 1) macro