Home
last modified time | relevance | path

Searched refs:sa_list (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/phy/
H A Dnxp-c45-tja11xx-macsec.c194 struct list_head sa_list; member
403 static struct nxp_c45_sa *nxp_c45_find_sa(struct list_head *sa_list, in nxp_c45_find_sa() argument
408 list_for_each_entry_safe(pos, tmp, sa_list, list) in nxp_c45_find_sa()
415 static struct nxp_c45_sa *nxp_c45_sa_alloc(struct list_head *sa_list, void *sa, in nxp_c45_sa_alloc() argument
421 list_for_each_entry_safe(pos, tmp, sa_list, list) { in nxp_c45_sa_alloc()
447 list_add_tail(&tmp->list, sa_list); in nxp_c45_sa_alloc()
458 static void nxp_c45_sa_list_free(struct list_head *sa_list) in nxp_c45_sa_list_free() argument
462 list_for_each_entry_safe(pos, tmp, sa_list, list) in nxp_c45_sa_list_free()
764 list_for_each_entry_safe(pos, tmp, &phy_secy->sa_list, list) in nxp_c45_tx_sc_clear_stats()
866 list_for_each_entry_safe(pos, tmp, &phy_secy->sa_list, list) in nxp_c45_rx_sc_clear_stats()
[all …]