Searched refs:uc_flood (Results 1 – 3 of 3) sorted by relevance
71 (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() local200 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()
91 uc_flood:1, member
1230 mlxsw_sp_port->uc_flood = 1; in mlxsw_sp_port_create()