Home
last modified time | relevance | path

Searched refs:mlx5_rxq_obj (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c79 mlx5_rxq_obj_modify_wq_vlan_strip(struct mlx5_rxq_obj *rxq_obj, int on) in mlx5_rxq_obj_modify_wq_vlan_strip()
106 mlx5_ibv_modify_wq(struct mlx5_rxq_obj *rxq_obj, uint8_t type) in mlx5_ibv_modify_wq()
198 struct mlx5_rxq_obj *rxq_obj = rxq_ctrl->obj; in mlx5_rxq_ibv_cq_create()
265 struct mlx5_rxq_obj *rxq_obj = rxq_ctrl->obj; in mlx5_rxq_ibv_wq_create()
361 struct mlx5_rxq_obj *tmpl = rxq_ctrl->obj; in mlx5_rxq_ibv_obj_new()
465 mlx5_rxq_ibv_obj_release(struct mlx5_rxq_obj *rxq_obj) in mlx5_rxq_ibv_obj_release()
487 mlx5_rx_ibv_get_event(struct mlx5_rxq_obj *rxq_obj) in mlx5_rx_ibv_get_event()
689 struct mlx5_rxq_obj *rxq = priv->drop_queue.rxq; in mlx5_rxq_ibv_obj_drop_release()
713 struct mlx5_rxq_obj *rxq = priv->drop_queue.rxq; in mlx5_rxq_ibv_obj_drop_create()
767 struct mlx5_rxq_obj *rxq; in mlx5_ibv_drop_action_create()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h288 struct mlx5_rxq_obj *rxq; /* Rx queue object. */
806 struct mlx5_rxq_obj { struct
807 LIST_ENTRY(mlx5_rxq_obj) next; /* Pointer to the next element. */
904 int (*rxq_obj_modify_vlan_strip)(struct mlx5_rxq_obj *rxq_obj, int on);
906 int (*rxq_event_get)(struct mlx5_rxq_obj *rxq_obj);
907 int (*rxq_obj_modify)(struct mlx5_rxq_obj *rxq_obj, uint8_t type);
908 void (*rxq_obj_release)(struct mlx5_rxq_obj *rxq_obj);
976 LIST_HEAD(rxqobj, mlx5_rxq_obj) rxqsobj; /* Verbs/DevX Rx queues. */
H A Dmlx5_devx.c38 mlx5_rxq_obj_modify_rq_vlan_strip(struct mlx5_rxq_obj *rxq_obj, int on) in mlx5_rxq_obj_modify_rq_vlan_strip()
62 mlx5_devx_modify_rq(struct mlx5_rxq_obj *rxq_obj, uint8_t type) in mlx5_devx_modify_rq()
207 mlx5_rxq_devx_obj_release(struct mlx5_rxq_obj *rxq_obj) in mlx5_rxq_devx_obj_release()
236 mlx5_rx_devx_get_event(struct mlx5_rxq_obj *rxq_obj) in mlx5_rx_devx_get_event()
577 struct mlx5_rxq_obj *tmpl = rxq_ctrl->obj; in mlx5_rxq_obj_hairpin_new()
635 struct mlx5_rxq_obj *tmpl = rxq_ctrl->obj; in mlx5_rxq_devx_obj_new()
H A Dmlx5_rxtx.h187 struct mlx5_rxq_obj *obj; /* Verbs/DevX elements. */
H A Dmlx5_rxq.c926 struct mlx5_rxq_obj *rxq_obj = rxq_ctrl ? rxq_ctrl->obj : NULL; in mlx5_rx_intr_vec_enable()
1136 struct mlx5_rxq_obj *rxq_obj; in mlx5_rxq_obj_verify()