Searched refs:xdp_tx_cq (Results 1 – 1 of 1) sorted by relevance
949 struct mlx4_en_cq *xdp_tx_cq = NULL; in mlx4_en_poll_rx_cq() local957 xdp_tx_cq = priv->tx_cq[TX_XDP][cq->ring]; in mlx4_en_poll_rx_cq()958 if (xdp_tx_cq->xdp_busy) { in mlx4_en_poll_rx_cq()959 clean_complete = mlx4_en_process_tx_cq(dev, xdp_tx_cq, in mlx4_en_poll_rx_cq()961 xdp_tx_cq->xdp_busy = !clean_complete; in mlx4_en_poll_rx_cq()