Searched defs:mlx5_obj_ops (Results 1 – 1 of 1) sorted by relevance
1405 struct mlx5_obj_ops { struct1407 int (*rxq_obj_new)(struct mlx5_rxq_priv *rxq);1408 int (*rxq_event_get)(struct mlx5_rxq_obj *rxq_obj);1410 void (*rxq_obj_release)(struct mlx5_rxq_priv *rxq);1413 int (*ind_table_modify)(struct rte_eth_dev *dev,1424 void (*hrxq_destroy)(struct mlx5_hrxq *hrxq);1425 int (*drop_action_create)(struct rte_eth_dev *dev);1426 void (*drop_action_destroy)(struct rte_eth_dev *dev);1428 int (*txq_obj_modify)(struct mlx5_txq_obj *obj,1430 void (*txq_obj_release)(struct mlx5_txq_obj *txq_obj);[all …]