Home
last modified time | relevance | path

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

/Linux-v6.6/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()
363 struct mlx5e_ptp_port_ts_cqe_list *cqe_list; in mlx5e_ptp_alloc_traffic_db() local
367 cqe_list = kvzalloc_node(sizeof(*ptpsq->ts_cqe_pending_list), GFP_KERNEL, numa); in mlx5e_ptp_alloc_traffic_db()
368 if (!cqe_list) in mlx5e_ptp_alloc_traffic_db()
370 ptpsq->ts_cqe_pending_list = cqe_list; in mlx5e_ptp_alloc_traffic_db()
377 cqe_list->nodes = kvzalloc_node(array_size(db_sz, sizeof(*cqe_list->nodes)), in mlx5e_ptp_alloc_traffic_db()
379 if (!cqe_list->nodes) in mlx5e_ptp_alloc_traffic_db()
[all …]