Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/mlx5/
Dmacsec.c22 struct list_head macsec_devices_list_entry; member
36 list_del(&macsec_device->macsec_devices_list_entry); in cleanup_macsec_device()
45 list_for_each_entry(iter, macsec_devices_list, macsec_devices_list_entry) { in get_macsec_device()
63 list_add(&macsec_device->macsec_devices_list_entry, macsec_devices_list); in get_macsec_device()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dmacsec_fs.c104 struct list_head macsec_devices_list_entry; member
663 list_for_each_entry(iter, macsec_devices_list, macsec_devices_list_entry) { in macsec_fs_id_del()
694 list_del(&macsec_device->macsec_devices_list_entry); in macsec_fs_id_del()
724 list_for_each_entry(iter, macsec_devices_list, macsec_devices_list_entry) { in macsec_fs_id_add()
740 list_add(&macsec_device->macsec_devices_list_entry, macsec_devices_list); in macsec_fs_id_add()
762 list_del(&macsec_device->macsec_devices_list_entry); in macsec_fs_id_add()
2292 list_for_each_entry(iter, &macsec_fs->macsec_devices_list, macsec_devices_list_entry) { in mlx5_macsec_add_roce_rule()