Searched refs:cqwq (Results 1 – 2 of 2) sorted by relevance
137 struct mlx5_cqwq *cqwq = &cq->wq; in mlx5e_ptp_poll_ts_cq() local144 cqe = mlx5_cqwq_get_cqe(cqwq); in mlx5e_ptp_poll_ts_cq()149 mlx5_cqwq_pop(cqwq); in mlx5e_ptp_poll_ts_cq()152 } while ((++work_done < budget) && (cqe = mlx5_cqwq_get_cqe(cqwq))); in mlx5e_ptp_poll_ts_cq()154 mlx5_cqwq_update_db_record(cqwq); in mlx5e_ptp_poll_ts_cq()
2217 struct mlx5_cqwq *cqwq = &cq->wq; in mlx5e_poll_rx_cq() local2225 work_done += mlx5e_decompress_cqes_cont(rq, cqwq, 0, budget); in mlx5e_poll_rx_cq()2230 cqe = mlx5_cqwq_get_cqe(cqwq); in mlx5e_poll_rx_cq()2240 mlx5e_decompress_cqes_start(rq, cqwq, in mlx5e_poll_rx_cq()2245 mlx5_cqwq_pop(cqwq); in mlx5e_poll_rx_cq()2250 } while ((++work_done < budget) && (cqe = mlx5_cqwq_get_cqe(cqwq))); in mlx5e_poll_rx_cq()2259 mlx5_cqwq_update_db_record(cqwq); in mlx5e_poll_rx_cq()