Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Dsend.c12 struct mlx5hws_send_ring_sq *send_sq = &queue->send_ring.send_sq; in mlx5hws_send_add_new_dep_wqe() local
17 return &send_sq->dep_wqe[idx]; in mlx5hws_send_add_new_dep_wqe()
27 struct mlx5hws_send_ring_sq *send_sq = &queue->send_ring.send_sq; in mlx5hws_send_all_dep_wqe() local
39 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()
80 struct mlx5hws_send_ring_sq *send_sq = &ctrl->send_ring->send_sq; in mlx5hws_send_engine_post_req_wqe() local
83 idx = (send_sq->cur_post + ctrl->num_wqebbs) & send_sq->buf_mask; in mlx5hws_send_engine_post_req_wqe()
279 send_sq = &ctrl.send_ring->send_sq; in hws_send_engine_retry_post_send()
1187 send_sq = &queue->send_ring.send_sq; in mlx5hws_send_queue_action()
[all …]
A Dsend.h121 struct mlx5hws_send_ring_sq send_sq; member
227 struct mlx5hws_send_ring_sq *send_sq = &queue->send_ring.send_sq; in mlx5hws_send_engine_empty() local
230 return ((send_sq->cur_post & send_sq->buf_mask) == send_cq->poll_wqe); in mlx5hws_send_engine_empty()
A Ddebug.c246 sq = &send_ring->send_sq; in hws_debug_dump_context_send_engine()

Completed in 10 milliseconds