aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/include/ib_verbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/infiniband/include/ib_verbs.h')
-rw-r--r--drivers/infiniband/include/ib_verbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/include/ib_verbs.h b/drivers/infiniband/include/ib_verbs.h
index e5bd9a10c201..b6107c4b683a 100644
--- a/drivers/infiniband/include/ib_verbs.h
+++ b/drivers/infiniband/include/ib_verbs.h
@@ -566,6 +566,7 @@ struct ib_send_wr {
566 u32 remote_qpn; 566 u32 remote_qpn;
567 u32 remote_qkey; 567 u32 remote_qkey;
568 int timeout_ms; /* valid for MADs only */ 568 int timeout_ms; /* valid for MADs only */
569 int retries; /* valid for MADs only */
569 u16 pkey_index; /* valid for GSI only */ 570 u16 pkey_index; /* valid for GSI only */
570 u8 port_num; /* valid for DR SMPs on switch only */ 571 u8 port_num; /* valid for DR SMPs on switch only */
571 } ud; 572 } ud;