Home
last modified time | relevance | path

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

/linux/drivers/net/dsa/microchip/
H A Dlan937x_reg.h92 #define NO_EXC_COLLISION_DROP BIT(3) macro
H A Dlan937x_main.c826 /* If NO_EXC_COLLISION_DROP bit is set, the switch will not drop
829 ret = lan937x_cfg(dev, REG_SW_MAC_CTRL_1, NO_EXC_COLLISION_DROP, true);
H A Dksz8_reg.h56 #define NO_EXC_COLLISION_DROP BIT(3) macro
H A Dksz8.c2130 UNICAST_VLAN_BOUNDARY | NO_EXC_COLLISION_DROP,
2131 UNICAST_VLAN_BOUNDARY | NO_EXC_COLLISION_DROP);
H A Dksz9477_reg.h245 #define NO_EXC_COLLISION_DROP BIT(3) macro
/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c370 #define NO_EXC_COLLISION_DROP 0x0008 macro
2440 data |= NO_EXC_COLLISION_DROP; in sw_set_global_ctrl()