Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A 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_bh(&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()
174 spin_unlock_bh(&cqe_list->tracker_list_lock); in mlx5e_ptpsq_mark_ts_cqes_undelivered()
376 struct mlx5e_ptp_port_ts_cqe_list *cqe_list; in mlx5e_ptp_alloc_traffic_db() local
380 cqe_list = kvzalloc_node(sizeof(*ptpsq->ts_cqe_pending_list), GFP_KERNEL, numa); in mlx5e_ptp_alloc_traffic_db()
381 if (!cqe_list) in mlx5e_ptp_alloc_traffic_db()
383 ptpsq->ts_cqe_pending_list = cqe_list; in mlx5e_ptp_alloc_traffic_db()
390 cqe_list->nodes = kvzalloc_node(array_size(db_sz, sizeof(*cqe_list->nodes)), in mlx5e_ptp_alloc_traffic_db()
392 if (!cqe_list->nodes) in mlx5e_ptp_alloc_traffic_db()
[all …]