aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx4/mlx4_en/mlx4_en_cq.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mlx4/mlx4_en/mlx4_en_cq.c')
-rw-r--r--sys/dev/mlx4/mlx4_en/mlx4_en_cq.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/mlx4/mlx4_en/mlx4_en_cq.c b/sys/dev/mlx4/mlx4_en/mlx4_en_cq.c
index f19ce2f1e1ef..1b198778bfdd 100644
--- a/sys/dev/mlx4/mlx4_en/mlx4_en_cq.c
+++ b/sys/dev/mlx4/mlx4_en/mlx4_en_cq.c
@@ -44,6 +44,10 @@ static void mlx4_en_cq_event(struct mlx4_cq *cq, enum mlx4_event event)
return;
}
+static void mlx4_en_tx_que(void *arg, int pending)
+{
+
+}
int mlx4_en_create_cq(struct mlx4_en_priv *priv,
struct mlx4_en_cq **pcq,