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()
1552 struct mlx5_cqwq *cqwq = &cq->wq; in mlx5e_poll_rx_cq() local1560 work_done += mlx5e_decompress_cqes_cont(rq, cqwq, 0, budget); in mlx5e_poll_rx_cq()1565 cqe = mlx5_cqwq_get_cqe(cqwq); in mlx5e_poll_rx_cq()1575 mlx5e_decompress_cqes_start(rq, cqwq, in mlx5e_poll_rx_cq()1580 mlx5_cqwq_pop(cqwq); in mlx5e_poll_rx_cq()1584 } while ((++work_done < budget) && (cqe = mlx5_cqwq_get_cqe(cqwq))); in mlx5e_poll_rx_cq()1590 mlx5_cqwq_update_db_record(cqwq); in mlx5e_poll_rx_cq()