Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_switchdev.c71 (mlxsw_sp_port->uc_flood ? BR_FLOOD : 0); in mlxsw_sp_port_attr_get()
193 unsigned long uc_flood = mlxsw_sp_port->uc_flood ? BR_FLOOD : 0; in mlxsw_sp_port_attr_br_flags_set() local
200 if ((uc_flood ^ brport_flags) & BR_FLOOD) { in mlxsw_sp_port_attr_br_flags_set()
201 set = mlxsw_sp_port->uc_flood ? false : true; in mlxsw_sp_port_attr_br_flags_set()
207 mlxsw_sp_port->uc_flood = brport_flags & BR_FLOOD ? 1 : 0; in mlxsw_sp_port_attr_br_flags_set()
Dspectrum.h91 uc_flood:1, member
Dspectrum.c1230 mlxsw_sp_port->uc_flood = 1; in mlxsw_sp_port_create()