Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/
Dptp.c153 struct mlx5e_ptp_port_ts_cqe_list *cqe_list = ptpsq->ts_cqe_pending_list; in mlx5e_ptpsq_mark_ts_cqes_undelivered() local
158 spin_lock(&cqe_list->tracker_list_lock); in mlx5e_ptpsq_mark_ts_cqes_undelivered()
159 list_for_each_entry_safe(pos, n, &cqe_list->tracker_list_head, entry) { in mlx5e_ptpsq_mark_ts_cqes_undelivered()
173 spin_unlock(&cqe_list->tracker_list_lock); in mlx5e_ptpsq_mark_ts_cqes_undelivered()
375 struct mlx5e_ptp_port_ts_cqe_list *cqe_list; in mlx5e_ptp_alloc_traffic_db() local
379 cqe_list = kvzalloc_node(sizeof(*ptpsq->ts_cqe_pending_list), GFP_KERNEL, numa); in mlx5e_ptp_alloc_traffic_db()
380 if (!cqe_list) in mlx5e_ptp_alloc_traffic_db()
382 ptpsq->ts_cqe_pending_list = cqe_list; in mlx5e_ptp_alloc_traffic_db()
389 cqe_list->nodes = kvzalloc_node(array_size(db_sz, sizeof(*cqe_list->nodes)), in mlx5e_ptp_alloc_traffic_db()
391 if (!cqe_list->nodes) in mlx5e_ptp_alloc_traffic_db()
[all …]