Lines Matching refs:linecard
551 struct mlxsw_m_line_card *linecard; in mlxsw_m_ports_remove_selected() local
553 linecard = mlxsw_m->line_cards[linecard_priv->slot_index]; in mlxsw_m_ports_remove_selected()
555 if (WARN_ON(!linecard->active)) in mlxsw_m_ports_remove_selected()
559 linecard->active = false; in mlxsw_m_ports_remove_selected()
583 struct mlxsw_m_line_card *linecard; in mlxsw_m_got_active() local
587 linecard = mlxsw_m->line_cards[slot_index]; in mlxsw_m_got_active()
589 if (linecard->active) in mlxsw_m_got_active()
605 linecard->active = true; in mlxsw_m_got_active()
617 struct mlxsw_m_line_card *linecard; in mlxsw_m_got_inactive() local
620 linecard = mlxsw_m->line_cards[slot_index]; in mlxsw_m_got_inactive()
622 if (WARN_ON(!linecard->active)) in mlxsw_m_got_inactive()
626 linecard->active = false; in mlxsw_m_got_inactive()