Searched refs:secy_list (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/phy/ |
| H A D | nxp-c45-tja11xx-macsec.c | 201 struct list_head secy_list; member 372 static struct nxp_c45_secy *nxp_c45_find_secy(struct list_head *secy_list, in nxp_c45_find_secy() argument 377 list_for_each_entry_safe(pos, tmp, secy_list, list) in nxp_c45_find_secy() 385 nxp_c45_secy *nxp_c45_find_secy_by_id(struct list_head *secy_list, in nxp_c45_find_secy_by_id() argument 390 list_for_each_entry_safe(pos, tmp, secy_list, list) in nxp_c45_find_secy_by_id() 657 list_for_each_entry_safe(pos, tmp, &priv->macsec->secy_list, list) { in nxp_c45_mac_addr_free() 789 static bool nxp_c45_is_rx_sc0_impl(struct list_head *secy_list) in nxp_c45_is_rx_sc0_impl() argument 793 list_for_each_entry_safe(pos, tmp, secy_list, list) in nxp_c45_is_rx_sc0_impl() 930 phy_secy = nxp_c45_find_secy(&priv->macsec->secy_list, ctx->secy->sci); in nxp_c45_mdo_dev_open() 955 phy_secy = nxp_c45_find_secy(&priv->macsec->secy_list, ctx->secy->sci); in nxp_c45_mdo_dev_stop() [all …]
|