diff options
author | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-05-31 00:57:05 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-05-31 00:57:05 -0400 |
commit | 5bc65793cbf8da0d35f19ef025dda22887e79e80 (patch) | |
tree | 8291998abd73055de6f487fafa174ee2a5d3afee /include/rdma/ib_verbs.h | |
parent | 6edae708bf77e012d855a7e2c7766f211d234f4f (diff) | |
parent | 3f0a6766e0cc5a577805732e5adb50a585c58175 (diff) |
[SCSI] Merge up to linux-2.6 head
Conflicts:
drivers/scsi/jazz_esp.c
Same changes made by both SCSI and SPARC trees: problem with UTF-8
conversion in the copyright.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/rdma/ib_verbs.h')
-rw-r--r-- | include/rdma/ib_verbs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index 47cefca59c89..0627a6aa282a 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h | |||
@@ -890,6 +890,8 @@ struct ib_device { | |||
890 | spinlock_t client_data_lock; | 890 | spinlock_t client_data_lock; |
891 | 891 | ||
892 | struct ib_cache cache; | 892 | struct ib_cache cache; |
893 | int *pkey_tbl_len; | ||
894 | int *gid_tbl_len; | ||
893 | 895 | ||
894 | u32 flags; | 896 | u32 flags; |
895 | 897 | ||
@@ -1118,6 +1120,12 @@ int ib_modify_port(struct ib_device *device, | |||
1118 | u8 port_num, int port_modify_mask, | 1120 | u8 port_num, int port_modify_mask, |
1119 | struct ib_port_modify *port_modify); | 1121 | struct ib_port_modify *port_modify); |
1120 | 1122 | ||
1123 | int ib_find_gid(struct ib_device *device, union ib_gid *gid, | ||
1124 | u8 *port_num, u16 *index); | ||
1125 | |||
1126 | int ib_find_pkey(struct ib_device *device, | ||
1127 | u8 port_num, u16 pkey, u16 *index); | ||
1128 | |||
1121 | /** | 1129 | /** |
1122 | * ib_alloc_pd - Allocates an unused protection domain. | 1130 | * ib_alloc_pd - Allocates an unused protection domain. |
1123 | * @device: The device on which to allocate the protection domain. | 1131 | * @device: The device on which to allocate the protection domain. |