Home
last modified time | relevance | path

Searched refs:mlx5_cqwq_get_cqe (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dwq.h230 static inline struct mlx5_cqe64 *mlx5_cqwq_get_cqe(struct mlx5_cqwq *wq) in mlx5_cqwq_get_cqe() function
A Den_tx.c781 cqe = mlx5_cqwq_get_cqe(&cq->wq); in mlx5e_poll_tx_cq()
850 } while ((++i < MLX5E_TX_CQ_POLL_BUDGET) && (cqe = mlx5_cqwq_get_cqe(&cq->wq))); in mlx5e_poll_tx_cq()
A Den_rx.c926 cqe = mlx5_cqwq_get_cqe(&cq->wq); in mlx5e_poll_ico_cq()
991 } while ((++i < MLX5E_TX_CQ_POLL_BUDGET) && (cqe = mlx5_cqwq_get_cqe(&cq->wq))); in mlx5e_poll_ico_cq()
2336 while (work_done < budget_rem && (cqe = mlx5_cqwq_get_cqe(cqwq))) { in mlx5e_rx_cq_process_basic_cqe_comp()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dxdp.c556 cqe = mlx5_cqwq_get_cqe(&cq->wq); in mlx5e_poll_xdpsq_cq()
593 } while ((++i < MLX5E_TX_CQ_POLL_BUDGET) && (cqe = mlx5_cqwq_get_cqe(&cq->wq))); in mlx5e_poll_xdpsq_cq()
A Dptp.c163 cqe = mlx5_cqwq_get_cqe(cqwq); in mlx5e_ptp_poll_ts_cq()
171 } while ((++work_done < budget) && (cqe = mlx5_cqwq_get_cqe(cqwq))); in mlx5e_ptp_poll_ts_cq()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Daso.c396 cqe = mlx5_cqwq_get_cqe(&cq->wq); in mlx5_aso_poll_cq()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/fpga/
A Dconn.c371 cqe = mlx5_cqwq_get_cqe(&conn->cq.wq); in mlx5_fpga_conn_cqes()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Ddr_send.c211 cqe64 = mlx5_cqwq_get_cqe(&dr_cq->wq); in dr_cq_poll_one()

Completed in 24 milliseconds