Searched refs:rx_sc_list_element (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
A D | macsec.c | 85 struct list_head rx_sc_list_element; member 418 list_for_each_entry_rcu(iter, list, rx_sc_list_element) { in mlx5e_macsec_get_rx_sc_from_sc_list() 756 list_add_rcu(&rx_sc->rx_sc_list_element, rx_sc_list); in mlx5e_macsec_add_rxsc() 848 list_del_rcu(&rx_sc->rx_sc_list_element); in macsec_del_rxsc_ctx() 1150 list_for_each_entry_safe(rx_sc, tmp, list, rx_sc_list_element) { in macsec_upd_secy_hw_address() 1160 list_for_each_entry_safe(rx_sc, tmp, list, rx_sc_list_element) { in macsec_upd_secy_hw_address() 1274 list_for_each_entry_safe(rx_sc, tmp, list, rx_sc_list_element) in mlx5e_macsec_del_secy() 1478 list_for_each_entry(mlx5e_rx_sc, sc_list, rx_sc_list_element) { in get_macsec_rx_sa_from_obj_id()
|
Completed in 6 milliseconds