Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_rx.c435 if (mlx5_queue_state_modify(RXQ_DEV(rxq_ctrl), &sm)) in mlx5_rx_err_handle()
475 if (mlx5_queue_state_modify(RXQ_DEV(rxq_ctrl), &sm)) in mlx5_rx_err_handle()
H A Dmlx5_rx.h27 #define RXQ_DEV(rxq_ctrl) ETH_DEV(RXQ_PORT(rxq_ctrl)) macro