Searched refs:mlx5_aso (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | aso.h | 80 struct mlx5_aso; 82 struct mlx5_aso_wqe *mlx5_aso_get_wqe(struct mlx5_aso *aso); 83 void mlx5_aso_build_wqe(struct mlx5_aso *aso, u8 ds_cnt, 86 void mlx5_aso_post_wqe(struct mlx5_aso *aso, bool with_data, 88 int mlx5_aso_poll_cq(struct mlx5_aso *aso, bool with_data); 90 struct mlx5_aso *mlx5_aso_create(struct mlx5_core_dev *mdev, u32 pdn); 91 void mlx5_aso_destroy(struct mlx5_aso *aso);
|
H A D | aso.c | 22 struct mlx5_aso { struct 159 void *sqc_data, struct mlx5_aso *sq) in mlx5_aso_alloc_sq() 179 void *sqc_data, struct mlx5_aso *sq) in create_aso_sq() 243 void *sqc_data, struct mlx5_aso *sq) in mlx5_aso_create_sq_rdy() 258 static void mlx5_aso_free_sq(struct mlx5_aso *sq) in mlx5_aso_free_sq() 263 static void mlx5_aso_destroy_sq(struct mlx5_aso *sq) in mlx5_aso_destroy_sq() 270 u32 pdn, struct mlx5_aso *sq) in mlx5_aso_create_sq() 311 struct mlx5_aso *aso; in mlx5_aso_create() 335 void mlx5_aso_destroy(struct mlx5_aso *aso) in mlx5_aso_destroy() 342 void mlx5_aso_build_wqe(struct mlx5_aso *aso, u8 ds_cnt, in mlx5_aso_build_wqe() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | meter.c | 36 struct mlx5_aso *aso; 119 struct mlx5_aso *aso; in mlx5e_tc_meter_modify()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec.h | 167 struct mlx5_aso *aso;
|
H A D | macsec.c | 97 struct mlx5_aso *maso; 1372 struct mlx5_aso *maso; in macsec_aso_set_arm_event() 1395 struct mlx5_aso *maso; in macsec_aso_query() 1584 struct mlx5_aso *maso; in mlx5e_macsec_aso_init()
|