Searched refs:cqwq (Results 1 – 2 of 2) sorted by relevance
107 struct mlx5_cqwq *cqwq = &cq->wq; in mlx5e_ptp_poll_ts_cq() local114 cqe = mlx5_cqwq_get_cqe(cqwq); in mlx5e_ptp_poll_ts_cq()119 mlx5_cqwq_pop(cqwq); in mlx5e_ptp_poll_ts_cq()122 } while ((++work_done < budget) && (cqe = mlx5_cqwq_get_cqe(cqwq))); in mlx5e_ptp_poll_ts_cq()124 mlx5_cqwq_update_db_record(cqwq); in mlx5e_ptp_poll_ts_cq()
1554 struct mlx5_cqwq *cqwq = &cq->wq; in mlx5e_poll_rx_cq() local1562 work_done += mlx5e_decompress_cqes_cont(rq, cqwq, 0, budget); in mlx5e_poll_rx_cq()1567 cqe = mlx5_cqwq_get_cqe(cqwq); in mlx5e_poll_rx_cq()1577 mlx5e_decompress_cqes_start(rq, cqwq, in mlx5e_poll_rx_cq()1582 mlx5_cqwq_pop(cqwq); in mlx5e_poll_rx_cq()1586 } while ((++work_done < budget) && (cqe = mlx5_cqwq_get_cqe(cqwq))); in mlx5e_poll_rx_cq()1592 mlx5_cqwq_update_db_record(cqwq); in mlx5e_poll_rx_cq()