Searched refs:mlx5_hrxq (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxq.c | 2177 struct mlx5_hrxq *hrxq = container_of(entry, typeof(*hrxq), entry); in mlx5_hrxq_match_cb() 2222 struct mlx5_hrxq *hrxq = in mlx5_hrxq_modify() 2285 __mlx5_hrxq_remove(struct rte_eth_dev *dev, struct mlx5_hrxq *hrxq) in __mlx5_hrxq_remove() 2323 static struct mlx5_hrxq * 2334 struct mlx5_hrxq *hrxq = NULL; in __mlx5_hrxq_create() 2389 struct mlx5_hrxq *hrxq; in mlx5_hrxq_create_cb() 2410 struct mlx5_hrxq *hrxq; in mlx5_hrxq_get() 2441 struct mlx5_hrxq *hrxq; in mlx5_hrxq_release() 2461 struct mlx5_hrxq * 2465 struct mlx5_hrxq *hrxq = NULL; in mlx5_drop_action_create() [all …]
|
| H A D | mlx5.h | 287 struct mlx5_hrxq *hrxq; /* Hash Rx queue queue. */ 840 struct mlx5_hrxq { struct 916 int (*hrxq_new)(struct rte_eth_dev *dev, struct mlx5_hrxq *hrxq, 918 int (*hrxq_modify)(struct rte_eth_dev *dev, struct mlx5_hrxq *hrxq, 922 void (*hrxq_destroy)(struct mlx5_hrxq *hrxq);
|
| H A D | mlx5_devx.c | 928 mlx5_devx_hrxq_new(struct rte_eth_dev *dev, struct mlx5_hrxq *hrxq, in mlx5_devx_hrxq_new() 968 mlx5_devx_tir_destroy(struct mlx5_hrxq *hrxq) in mlx5_devx_tir_destroy() 991 mlx5_devx_hrxq_modify(struct rte_eth_dev *dev, struct mlx5_hrxq *hrxq, in mlx5_devx_hrxq_modify()
|
| H A D | mlx5_flow_verbs.c | 75 struct mlx5_hrxq *drop = priv->drop_queue.hrxq; in mlx5_flow_discover_priorities() 1952 struct mlx5_hrxq *hrxq; in flow_verbs_apply()
|
| H A D | mlx5_rxtx.h | 377 struct mlx5_hrxq *mlx5_drop_action_create(struct rte_eth_dev *dev);
|
| H A D | mlx5_flow_dv.c | 8606 static struct mlx5_hrxq * 8614 struct mlx5_hrxq *hrxq; in flow_dv_hrxq_prepare() 9058 struct mlx5_hrxq *hrxq; in flow_dv_translate_action_sample() 9253 struct mlx5_hrxq *hrxq; in flow_dv_create_action_sample() 10675 struct mlx5_hrxq **hrxq) in __flow_dv_rss_get_hrxq() 10749 struct mlx5_hrxq *hrxq = NULL; in flow_dv_apply()
|
| H A D | mlx5.c | 301 .size = (sizeof(struct mlx5_hrxq) + MLX5_RSS_HASH_KEY_LEN),
|
| H A D | mlx5_flow.c | 1004 struct mlx5_hrxq *hrxq; in flow_drv_rxq_flags_set() 1086 struct mlx5_hrxq *hrxq; in flow_drv_rxq_flags_trim()
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_verbs.c | 578 mlx5_ibv_hrxq_new(struct rte_eth_dev *dev, struct mlx5_hrxq *hrxq, in mlx5_ibv_hrxq_new() 674 mlx5_ibv_qp_destroy(struct mlx5_hrxq *hrxq) in mlx5_ibv_qp_destroy() 765 struct mlx5_hrxq *hrxq = priv->drop_queue.hrxq; in mlx5_ibv_drop_action_create() 838 struct mlx5_hrxq *hrxq = priv->drop_queue.hrxq; in mlx5_ibv_drop_action_destroy()
|