__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */
/* Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. */
#ifndef MLX5_MACSEC_H
#define MLX5_MACSEC_H
#ifdef CONFIG_MLX5_MACSEC
struct mlx5_macsec_event_data {
struct mlx5_macsec_fs *macsec_fs;
void *macdev;
u32 fs_id;
bool is_tx;
};
int mlx5_macsec_add_roce_rule(void *macdev, const struct sockaddr *addr, u16 gid_idx,
struct list_head *tx_rules_list, struct list_head *rx_rules_list,
struct mlx5_macsec_fs *macsec_fs);
void mlx5_macsec_del_roce_rule(u16 gid_idx, struct mlx5_macsec_fs *macsec_fs,
struct list_head *tx_rules_list, struct list_head *rx_rules_list);
void mlx5_macsec_add_roce_sa_rules(u32 fs_id, const struct sockaddr *addr, u16 gid_idx,
struct list_head *tx_rules_list,
struct list_head *rx_rules_list,
struct mlx5_macsec_fs *macsec_fs, bool is_tx);
void mlx5_macsec_del_roce_sa_rules(u32 fs_id, struct mlx5_macsec_fs *macsec_fs,
struct list_head *tx_rules_list,
struct list_head *rx_rules_list, bool is_tx);
#endif
#endif /* MLX5_MACSEC_H */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| cq.h | File | 5.81 KB | 0644 |
|
| device.h | File | 38.48 KB | 0644 |
|
| doorbell.h | File | 2.22 KB | 0644 |
|
| driver.h | File | 36.17 KB | 0644 |
|
| eq.h | File | 1.72 KB | 0644 |
|
| eswitch.h | File | 6.9 KB | 0644 |
|
| fs.h | File | 9.83 KB | 0644 |
|
| fs_helpers.h | File | 2.91 KB | 0644 |
|
| macsec.h | File | 1.06 KB | 0644 |
|
| mlx5_ifc.h | File | 311.09 KB | 0644 |
|
| mlx5_ifc_fpga.h | File | 8.86 KB | 0644 |
|
| mlx5_ifc_vdpa.h | File | 5.61 KB | 0644 |
|
| mpfs.h | File | 540 B | 0644 |
|
| port.h | File | 8.05 KB | 0644 |
|
| qp.h | File | 12.57 KB | 0644 |
|
| rsc_dump.h | File | 1.26 KB | 0644 |
|
| transobj.h | File | 3.48 KB | 0644 |
|
| vport.h | File | 5.66 KB | 0644 |
|