Home
last modified time | relevance | path

Searched refs:peer_q (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_trigger.c380 peer_info->peer_q = txq_ctrl->hairpin_conf.peers[0].queue; in mlx5_hairpin_queue_peer_update()
410 peer_info->peer_q = rxq_ctrl->hairpin_conf.peers[0].queue; in mlx5_hairpin_queue_peer_update()
446 if (peer_info->peer_q != cur_queue) { in mlx5_hairpin_queue_peer_bind()
449 dev->data->port_id, cur_queue, peer_info->peer_q); in mlx5_hairpin_queue_peer_bind()
778 cur.peer_q = rx_queue; in mlx5_hairpin_bind_single_port()
H A Dmlx5.h1018 uint16_t peer_q; member