Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
H A Dmacsec.c23 void *macdev; member
40 static struct mlx5_macsec_device *get_macsec_device(void *macdev, in get_macsec_device() argument
46 if (iter->macdev == macdev) { in get_macsec_device()
59 macsec_device->macdev = macdev; in get_macsec_device()
104 macsec_device = get_macsec_device(data->macdev, macsec_devices_list); in handle_macsec_gids()
121 macsec_device = get_macsec_device(data->macdev, macsec_devices_list); in del_sa_roce_rule()
/linux/include/linux/mlx5/
H A Dmacsec.h10 void *macdev; member
15 int mlx5_macsec_add_roce_rule(void *macdev, const struct sockaddr *addr, u16 gid_idx,
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c105 void *macdev; member
656 void *macdev, struct rhashtable *hash_table, bool is_tx) in macsec_fs_id_del() argument
664 if (iter->macdev == macdev) { in macsec_fs_id_del()
700 void *macdev, struct rhashtable *hash_table, sci_t sci, in macsec_fs_id_add() argument
725 if (iter->macdev == macdev) { in macsec_fs_id_add()
737 macsec_device->macdev = macdev; in macsec_fs_id_add()
772 void *macdev) in macsec_fs_tx_del_rule() argument
774 macsec_fs_id_del(&macsec_fs->macsec_devices_list, tx_rule->fs_id, macdev, in macsec_fs_tx_del_rule()
1656 void *macdev, u32 fs_id) in macsec_fs_rx_del_rule() argument
1660 macsec_fs_id_del(&macsec_fs->macsec_devices_list, fs_id, macdev, in macsec_fs_rx_del_rule()
[all …]
H A Dmacsec_fs.h56 int action, void *macdev, u32 sa_fs_id);