Searched refs:rx_sc_list_element (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | macsec.c | 83 struct list_head rx_sc_list_element; member 408 list_for_each_entry_rcu(iter, list, rx_sc_list_element) { in mlx5e_macsec_get_rx_sc_from_sc_list() 730 list_add_rcu(&rx_sc->rx_sc_list_element, rx_sc_list); in mlx5e_macsec_add_rxsc() 825 list_del_rcu(&rx_sc->rx_sc_list_element); in macsec_del_rxsc_ctx() 1129 list_for_each_entry_safe(rx_sc, tmp, list, rx_sc_list_element) { in macsec_upd_secy_hw_address() 1140 list_for_each_entry_safe(rx_sc, tmp, list, rx_sc_list_element) { in macsec_upd_secy_hw_address() 1255 list_for_each_entry_safe(rx_sc, tmp, list, rx_sc_list_element) in mlx5e_macsec_del_secy() 1466 list_for_each_entry(mlx5e_rx_sc, sc_list, rx_sc_list_element) { in get_macsec_rx_sa_from_obj_id()
|