Searched defs:mlx5_obj_ops (Results 1 – 1 of 1) sorted by relevance
903 struct mlx5_obj_ops { struct905 int (*rxq_obj_new)(struct rte_eth_dev *dev, uint16_t idx);906 int (*rxq_event_get)(struct mlx5_rxq_obj *rxq_obj);908 void (*rxq_obj_release)(struct mlx5_rxq_obj *rxq_obj);911 int (*ind_table_modify)(struct rte_eth_dev *dev,922 void (*hrxq_destroy)(struct mlx5_hrxq *hrxq);923 int (*drop_action_create)(struct rte_eth_dev *dev);924 void (*drop_action_destroy)(struct rte_eth_dev *dev);925 int (*txq_obj_new)(struct rte_eth_dev *dev, uint16_t idx);926 int (*txq_obj_modify)(struct mlx5_txq_obj *obj,[all …]