@@ -91,9 +91,6 @@ static const struct verbs_match_ent hca_table[] = {
{}
};
-static struct ibv_context *i40iw_ualloc_context(struct ibv_device *, int);
-static void i40iw_ufree_context(struct ibv_context *);
-
static struct ibv_context_ops i40iw_uctx_ops = {
.query_device = i40iw_uquery_device,
.query_port = i40iw_uquery_port,
@@ -63,9 +63,6 @@ static const struct verbs_match_ent hca_table[] = {
{},
};
-static struct ibv_context *nes_ualloc_context(struct ibv_device *, int);
-static void nes_ufree_context(struct ibv_context *);
-
static struct ibv_context_ops nes_uctx_ops = {
.query_device = nes_uquery_device,
.query_port = nes_uquery_port,
@@ -64,9 +64,6 @@ static const struct verbs_match_ent ucna_table[] = {
{}
};
-static struct ibv_context *ocrdma_alloc_context(struct ibv_device *, int);
-static void ocrdma_free_context(struct ibv_context *);
-
static struct ibv_context_ops ocrdma_ctx_ops = {
.query_device = ocrdma_query_device,
.query_port = ocrdma_query_port,
@@ -80,9 +80,6 @@ static const struct verbs_match_ent hca_table[] = {
{}
};
-static struct ibv_context *qelr_alloc_context(struct ibv_device *, int);
-static void qelr_free_context(struct ibv_context *);
-
static struct ibv_context_ops qelr_ctx_ops = {
.query_device = qelr_query_device,
.query_port = qelr_query_port,