Searched refs:rx_sc_list_element (Results  1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ | 
| D | macsec.c | 83 	struct list_head rx_sc_list_element;  member387 	list_for_each_entry_rcu(iter, list, rx_sc_list_element) {  in mlx5e_macsec_get_rx_sc_from_sc_list()
 711 	list_add_rcu(&rx_sc->rx_sc_list_element, rx_sc_list);  in mlx5e_macsec_add_rxsc()
 806 	list_del_rcu(&rx_sc->rx_sc_list_element);  in macsec_del_rxsc_ctx()
 1109 	list_for_each_entry_safe(rx_sc, tmp, list, rx_sc_list_element) {  in macsec_upd_secy_hw_address()
 1120 	list_for_each_entry_safe(rx_sc, tmp, list, rx_sc_list_element) {  in macsec_upd_secy_hw_address()
 1235 	list_for_each_entry_safe(rx_sc, tmp, list, rx_sc_list_element)  in mlx5e_macsec_del_secy()
 1446 		list_for_each_entry(mlx5e_rx_sc, sc_list, rx_sc_list_element) {  in get_macsec_rx_sa_from_obj_id()
 
 |