Searched refs:secy_list (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/net/phy/ |
| H A D | nxp-c45-tja11xx-macsec.c | 201 struct list_head secy_list; member 377 list_for_each_entry_safe(pos, tmp, secy_list, list) in nxp_c45_find_secy() 390 list_for_each_entry_safe(pos, tmp, secy_list, list) in nxp_c45_find_secy_by_id() 793 list_for_each_entry_safe(pos, tmp, secy_list, list) in nxp_c45_is_rx_sc0_impl() 991 if (nxp_c45_is_rx_sc0_impl(&priv->macsec->secy_list)) in nxp_c45_mdo_add_secy() 1025 list_add_tail(&phy_secy->list, &priv->macsec->secy_list); in nxp_c45_mdo_add_secy() 1114 if (list_empty(&priv->macsec->secy_list)) in nxp_c45_mdo_del_secy() 1662 INIT_LIST_HEAD(&priv->macsec->secy_list); in nxp_c45_macsec_probe() 1673 struct list_head *secy_list; in nxp_c45_macsec_remove() local 1678 secy_list = &priv->macsec->secy_list; in nxp_c45_macsec_remove() [all …]
|