Searched refs:hw_q (Results 1 – 2 of 2) sorted by relevance
1095 job = priv->hw_q[queue].job[--priv->hw_q[queue].job_idx]; in flow_hw_async_flow_create()1169 job = priv->hw_q[queue].job[--priv->hw_q[queue].job_idx]; in flow_hw_async_flow_destroy()1231 priv->hw_q[queue].job[priv->hw_q[queue].job_idx++] = job; in flow_hw_pull()1358 hw_q = &priv->hw_q[queue]; in flow_hw_q_flow_flush()1359 if (__flow_hw_pull_comp(dev, queue, hw_q->size - hw_q->job_idx, in flow_hw_q_flow_flush()1364 hw_q = &priv->hw_q[MLX5_DEFAULT_FLUSH_QUEUE]; in flow_hw_q_flow_flush()2064 hw_q = &priv->hw_q[i]; in flow_hw_configure()2066 if (hw_q->size != hw_q->job_idx) { in flow_hw_configure()2094 if (!priv->hw_q) { in flow_hw_configure()2153 priv->hw_q = NULL; in flow_hw_configure()[all …]
1534 struct mlx5_hw_q *hw_q; member