IB/mad: Add support for additional MAD info to/from drivers
[deliverable/linux.git] / drivers / infiniband / hw / cxgb3 / iwch_provider.c
index 208b68b9bba1af4fe2777b3c13acad802771f933..b1b73232f21702161d7dc068f08e23e6759e04e8 100644 (file)
@@ -87,7 +87,11 @@ static int iwch_process_mad(struct ib_device *ibdev,
                            u8 port_num,
                            const struct ib_wc *in_wc,
                            const struct ib_grh *in_grh,
-                           const struct ib_mad *in_mad, struct ib_mad *out_mad)
+                           const struct ib_mad_hdr *in_mad,
+                           size_t in_mad_size,
+                           struct ib_mad_hdr *out_mad,
+                           size_t *out_mad_size,
+                           u16 *out_mad_pkey_index)
 {
        return -ENOSYS;
 }
This page took 0.026799 seconds and 5 git commands to generate.