Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws_send.h112 unsigned int tail_dep_idx; member
Dmlx5hws_send.c39 while (send_sq->head_dep_idx != send_sq->tail_dep_idx) { in mlx5hws_send_all_dep_wqe()
40 dep_wqe = &send_sq->dep_wqe[send_sq->tail_dep_idx++ & (queue->num_entries - 1)]; 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()