Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_send.c13 unsigned int idx = send_sq->head_dep_idx++ & (queue->num_entries - 1); in mlx5hws_send_add_new_dep_wqe()
22 queue->send_ring.send_sq.head_dep_idx--; in mlx5hws_send_abort_new_dep_wqe()
39 while (send_sq->head_dep_idx != send_sq->tail_dep_idx) { in mlx5hws_send_all_dep_wqe()
43 ste_attr.send_attr.notify_hw = (send_sq->tail_dep_idx == send_sq->head_dep_idx); in mlx5hws_send_all_dep_wqe()
1059 if (send_sq->head_dep_idx != send_sq->tail_dep_idx) in mlx5hws_send_queue_action()
Dmlx5hws_send.h111 unsigned int head_dep_idx; member