Searched refs:head_dep_idx (Results 1 – 2 of 2) sorted by relevance
13 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()
111 unsigned int head_dep_idx; member