Searched refs:mlx5_aso (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | aso.h | 78 struct mlx5_aso; 80 void *mlx5_aso_get_wqe(struct mlx5_aso *aso); 81 void mlx5_aso_build_wqe(struct mlx5_aso *aso, u8 ds_cnt, 84 void mlx5_aso_post_wqe(struct mlx5_aso *aso, bool with_data, 86 int mlx5_aso_poll_cq(struct mlx5_aso *aso, bool with_data); 88 struct mlx5_aso *mlx5_aso_create(struct mlx5_core_dev *mdev, u32 pdn); 89 void mlx5_aso_destroy(struct mlx5_aso *aso);
|
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() 308 struct mlx5_aso *mlx5_aso_create(struct mlx5_core_dev *mdev, u32 pdn) in mlx5_aso_create() 311 struct mlx5_aso *aso; in mlx5_aso_create() 335 void mlx5_aso_destroy(struct mlx5_aso *aso) in mlx5_aso_destroy() [all …]
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | meter.c | 36 struct mlx5_aso *aso; 119 struct mlx5_aso *aso; in mlx5e_tc_meter_modify()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | macsec.c | 99 struct mlx5_aso *maso; 1391 struct mlx5_aso *maso; in macsec_aso_set_arm_event() 1414 struct mlx5_aso *maso; in macsec_aso_query() 1596 struct mlx5_aso *maso; in mlx5e_macsec_aso_init()
|