From: ftillier Date: Fri, 2 Sep 2005 21:48:21 +0000 (+0000) Subject: Fixed documentation for ib_modify_av and ib_create_cq X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=a9a44fb1df96cabecad8ab58529dec09bb1da4c8;p=~shefty%2Frdma-win.git Fixed documentation for ib_modify_av and ib_create_cq Submitted by Dafna Levenvirth git-svn-id: svn://openib.tc.cornell.edu/gen1@57 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- diff --git a/trunk/inc/iba/ib_al.h b/trunk/inc/iba/ib_al.h index 13d5ed26..0b77c784 100644 --- a/trunk/inc/iba/ib_al.h +++ b/trunk/inc/iba/ib_al.h @@ -1054,6 +1054,10 @@ ib_modify_av( * A reference to the address vector attributes structure was not * provided. * +* IB_INVALID_PORT +* The port number supplied, through the address vector attributes, +* was invalid for the given channel adapter. +* * NOTES * This routine modifies the attributes of an existing address vector. * The new attributes are specified through the p_av_attr parameter. @@ -1542,9 +1546,8 @@ ib_create_cq( * IB_SUCCESS * The completion queue was successfully created. * -* IB_INVALID_PD_HANDLE -* The protection domain to associate with the completion queue was -* invalid. +* IB_INVALID_CA_HANDLE +* The channel adapter handle was invalid. * * IB_INVALID_PARAMETER * A reference to the completion queue attributes or handle was not