Lines Matching refs:linecard
566 struct mlxsw_m_line_card *linecard; in mlxsw_m_ports_remove_selected() local
568 linecard = mlxsw_m->line_cards[linecard_priv->slot_index]; in mlxsw_m_ports_remove_selected()
570 if (WARN_ON(!linecard->active)) in mlxsw_m_ports_remove_selected()
574 linecard->active = false; in mlxsw_m_ports_remove_selected()
598 struct mlxsw_m_line_card *linecard; in mlxsw_m_got_active() local
602 linecard = mlxsw_m->line_cards[slot_index]; in mlxsw_m_got_active()
604 if (linecard->active) in mlxsw_m_got_active()
620 linecard->active = true; in mlxsw_m_got_active()
632 struct mlxsw_m_line_card *linecard; in mlxsw_m_got_inactive() local
635 linecard = mlxsw_m->line_cards[slot_index]; in mlxsw_m_got_inactive()
637 if (WARN_ON(!linecard->active)) in mlxsw_m_got_inactive()
641 linecard->active = false; in mlxsw_m_got_inactive()