Home
last modified time | relevance | path

Searched refs:rx_rules_list (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/mlx5/
Dmacsec.h16 struct list_head *tx_rules_list, struct list_head *rx_rules_list,
20 struct list_head *tx_rules_list, struct list_head *rx_rules_list);
24 struct list_head *rx_rules_list,
29 struct list_head *rx_rules_list, bool is_tx);
/linux-6.12.1/drivers/infiniband/hw/mlx5/
Dmacsec.c26 struct list_head rx_rules_list; member
32 !list_empty(&macsec_device->rx_rules_list) || in cleanup_macsec_device()
61 INIT_LIST_HEAD(&macsec_device->rx_rules_list); in get_macsec_device()
111 &macsec_device->rx_rules_list, data->macsec_fs, in handle_macsec_gids()
126 &macsec_device->rx_rules_list, data->is_tx); in del_sa_roce_rule()
279 &macsec_device->rx_rules_list, dev->mdev->macsec_fs); in mlx5r_add_gid_macsec_operations()
358 &macsec_device->tx_rules_list, &macsec_device->rx_rules_list); in mlx5r_del_gid_macsec_operations()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dmacsec_fs.c1999 struct list_head *rx_rules_list) in macsec_fs_del_roce_rules_rx() argument
2006 list_for_each_entry_safe(rx_rule, next, rx_rules_list, entry) { in macsec_fs_del_roce_rules_rx()
2129 struct list_head *rx_rules_list) in mlx5_macsec_fs_add_roce_rule_rx() argument
2179 list_add_tail(&rx_rule->entry, rx_rules_list); in mlx5_macsec_fs_add_roce_rule_rx()
2265 struct list_head *tx_rules_list, struct list_head *rx_rules_list) in mlx5_macsec_del_roce_rule() argument
2275 list_for_each_entry_safe(rx_rule, next_rx, rx_rules_list, entry) { in mlx5_macsec_del_roce_rule()
2283 struct list_head *tx_rules_list, struct list_head *rx_rules_list, in mlx5_macsec_add_roce_rule() argument
2314 rx_rules_list); in mlx5_macsec_add_roce_rule()
2323 mlx5_macsec_del_roce_rule(gid_idx, macsec_fs, tx_rules_list, rx_rules_list); in mlx5_macsec_add_roce_rule()
2330 struct list_head *rx_rules_list, in mlx5_macsec_add_roce_sa_rules() argument
[all …]