]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
Fixed documentation for ib_modify_av and ib_create_cq
authorftillier <ftillier@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 2 Sep 2005 21:48:21 +0000 (21:48 +0000)
committerftillier <ftillier@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Fri, 2 Sep 2005 21:48:21 +0000 (21:48 +0000)
Submitted by Dafna Levenvirth <dafna@mellanox.co.il>

git-svn-id: svn://openib.tc.cornell.edu/gen1@57 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

trunk/inc/iba/ib_al.h

index 13d5ed269be289dab9558aa26d815b9cb95846a9..0b77c78452b6e5c1280b35a6ad11b7e581a61a41 100644 (file)
@@ -1054,6 +1054,10 @@ ib_modify_av(
 *              A reference to the address vector attributes structure was not\r
 *              provided.\r
 *\r
+*      IB_INVALID_PORT\r
+*              The port number supplied, through the address vector attributes,\r
+*              was invalid for the given channel adapter.\r
+*\r
 * NOTES\r
 *      This routine modifies the attributes of an existing address vector.\r
 *      The new attributes are specified through the p_av_attr parameter.\r
@@ -1542,9 +1546,8 @@ ib_create_cq(
 *      IB_SUCCESS\r
 *              The completion queue was successfully created.\r
 *\r
-*      IB_INVALID_PD_HANDLE\r
-*              The protection domain to associate with the completion queue was\r
-*              invalid.\r
+*      IB_INVALID_CA_HANDLE\r
+*              The channel adapter handle was invalid.\r
 *\r
 *      IB_INVALID_PARAMETER\r
 *              A reference to the completion queue attributes or handle was not\r